Changeset 909610 for molecuilder/src/builder.cpp
- Timestamp:
- Sep 11, 2008, 1:28:25 PM (17 years ago)
- Children:
- 63b5c31
- Parents:
- c99adf
- git-author:
- Frederik Heber <heber@…> (09/05/08 16:56:31)
- git-committer:
- Frederik Heber <heber@…> (09/11/08 13:28:25)
- File:
-
- 1 edited
-
molecuilder/src/builder.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/builder.cpp
rc99adf r909610 995 995 if (!mol->VerletForceIntegration((ofstream *)&cout, argv[argptr], configuration.Deltat, configuration.GetIsAngstroem(), configuration.DoConstrainedMD)) 996 996 cout << Verbose(2) << "File not found." << endl; 997 else 997 else { 998 998 cout << Verbose(2) << "File found and parsed." << endl; 999 if (configuration.DoConstrainedMD) 1000 // increase source step in expectancy of a new step in the config 1001 configuration.DoConstrainedMD++; 1002 } 999 1003 argptr+=1; 1000 1004 break;
Note:
See TracChangeset
for help on using the changeset viewer.
