forked from lijiext/lammps
fix obvious bugs
This commit is contained in:
parent
b876f451f8
commit
1eebdcbd03
|
@ -149,7 +149,7 @@ void ProcessPosFile01(int num_posfiles,char *posnames[],struct Sys *sysinfo,FILE
|
|||
|
||||
} /* end while over LINES*/
|
||||
|
||||
close(PosFile);
|
||||
fclose(PosFile);
|
||||
|
||||
} /* end for loop over POS FILES */
|
||||
|
||||
|
|
|
@ -147,7 +147,7 @@ fprintf(stderr,"HERE 1\n");
|
|||
|
||||
} /* end while over LINES*/
|
||||
|
||||
close(PosFile);
|
||||
fclose(PosFile);
|
||||
|
||||
} /* end for loop over POS FILES */
|
||||
|
||||
|
|
Loading…
Reference in New Issue