forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10967 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
3237d21989
commit
b927375ca4
|
@ -393,6 +393,8 @@ char Read_Control_File( char *control_file, control_params* control,
|
|||
free( tmp );
|
||||
free( s );
|
||||
|
||||
fclose(fp);
|
||||
|
||||
// fprintf( stderr,"%d %d %10.5f %d %10.5f %10.5f\n",
|
||||
// control->ensemble, control->nsteps, control->dt,
|
||||
// control->tabulate, control->T, control->P );
|
||||
|
|
Loading…
Reference in New Issue