Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
INTBuilder
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chloe Dequeker
INTBuilder
Commits
a14ec87d
Commit
a14ec87d
authored
Dec 01, 2016
by
Chloe Dequeker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modif HCMD2 format
parent
630dd9b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
+1
-7
fileIO.c
src/fileIO.c
+1
-7
No files found.
src/fileIO.c
View file @
a14ec87d
...
...
@@ -44,13 +44,7 @@ struct docking_results* getDataForComplex(){
while
(
!
feof
(
condFile_stream
)){
/* HCMD2 format */
if
(
HCMD2
){
/* We take the first value as it is the ID of the conformation
* The rest of the line doesn't interests us here
*/
rc
=
fscanf
(
condFile_stream
,
"%d %d %d %d"
,
&
idConf
,
&
buf4
,
&
buf4
,
&
buf4
);
}
else
if
(
MAXDo
){
/* First MAXDo format */
if
(
MAXDo
){
/* First MAXDo format */
rc
=
fscanf
(
condFile_stream
,
"%d %d"
,
&
idConf
,
&
buf4
);
}
else
{
/* Else, that means that we have a format where
...
...
Write
Preview
Markdown
is supported
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