Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock-fpga
Commits
52db7702
Commit
52db7702
authored
Jun 15, 2018
by
Leonardo Solis
Browse files
corrected labels in output files
parent
4827f531
Changes
1
Hide whitespace changes
Inline
Side-by-side
ofdock_taskpar_xl/host/src/processresult.cpp
View file @
52db7702
...
...
@@ -52,7 +52,7 @@ void write_basic_info(FILE* fp, const Liganddata* ligand_ref, const Dockpars* my
fprintf
(
fp
,
"***********************************
\n
"
);
fprintf
(
fp
,
"** O
FDOCK(GDOCK)
REPORT FILE **
\n
"
);
fprintf
(
fp
,
"** O
CLADOCK-FPGA
REPORT FILE **
\n
"
);
fprintf
(
fp
,
"***********************************
\n\n\n
"
);
//Writing out docking parameters
...
...
@@ -145,7 +145,7 @@ void write_basic_info_dlg(FILE* fp, const Liganddata* ligand_ref, const Dockpars
fprintf
(
fp
,
"**********************************************************
\n
"
);
fprintf
(
fp
,
"**
GDOCK
AUTODOCKTOOLS-COMPATIBLE DLG FILE
**
\n
"
);
fprintf
(
fp
,
"**
OCLADOCK-FPGA
AUTODOCKTOOLS-COMPATIBLE DLG FILE **
\n
"
);
fprintf
(
fp
,
"**********************************************************
\n\n\n
"
);
//Writing out docking parameters
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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