Changeset 556157 for molecuilder/src/builder.cpp
- Timestamp:
- Sep 25, 2008, 5:57:19 PM (17 years ago)
- Children:
- 68cfd1
- Parents:
- c49678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/builder.cpp
rc49678 r556157 1004 1004 SaveFlag = true; 1005 1005 cout << Verbose(1) << "Parsing forces file and Verlet integrating." << endl; 1006 if (!mol->VerletForceIntegration((ofstream *)&cout, argv[argptr], configuration .Deltat, configuration.GetIsAngstroem(), configuration.DoConstrainedMD))1006 if (!mol->VerletForceIntegration((ofstream *)&cout, argv[argptr], configuration)) 1007 1007 cout << Verbose(2) << "File not found." << endl; 1008 1008 else {
Note:
See TracChangeset
for help on using the changeset viewer.