Skip to content
Snippets Groups Projects
Commit 9dfd50b9 authored by Kurt A. O'Hearn's avatar Kurt A. O'Hearn
Browse files

sPuReMD: remove debugging code.

parent c4fdf7fe
No related branches found
No related tags found
No related merge requests found
......@@ -360,7 +360,6 @@ char Read_PDB( char* pdb_file, reax_system* system, control_params *control,
atom = &(system->atoms[top]);
pdb_serial = (int) strtod( &serial[0], &endptr );
workspace->orig_id[top] = pdb_serial;
fprintf( stderr, "===>HERE1.5\n" );
Trim_Spaces( element );
atom->type = Get_Atom_Type( &(system->reaxprm), element );
......
......@@ -167,14 +167,11 @@ int main(int argc, char* argv[])
lists = (list*) malloc( sizeof(list) * LIST_N );
fprintf( stderr, "===>HERE\n" );
Read_System( argv[1], argv[2], argv[3], &system, &control,
&data, &workspace, &out_control );
fprintf( stderr, "===>HERE2\n" );
Initialize( &system, &control, &data, &workspace, &lists,
&out_control, &Evolve );
fprintf( stderr, "===>HERE3\n" );
/* compute f_0 */
//if( control.restart == 0 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment