Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock
Commits
29471253
Commit
29471253
authored
Dec 15, 2018
by
Leonardo Solis
Browse files
restored git hash print that was by mistake removed in merge of commit
62625b1d
parent
4be7517a
Changes
1
Hide whitespace changes
Inline
Side-by-side
host/src/main.cpp
View file @
29471253
...
...
@@ -125,6 +125,8 @@ int main(int argc, char* argv[])
// Starting Docking
//------------------------------------------------------------
printf
(
"
\n
OCLADock version: %s
\n
"
,
VERSION
);
if
(
docking_with_gpu
(
&
mygrid
,
floatgrids
,
&
mypars
,
&
myligand_init
,
&
myxrayligand
,
&
argc
,
argv
,
clock_start_program
)
!=
0
)
return
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment