Ignore:
Timestamp:
Sep 11, 2008, 1:28:25 PM (17 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

Basic implementation of Constrained MD is done, missing testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    rc99adf r909610  
    995995              if (!mol->VerletForceIntegration((ofstream *)&cout, argv[argptr], configuration.Deltat, configuration.GetIsAngstroem(), configuration.DoConstrainedMD))
    996996                cout << Verbose(2) << "File not found." << endl;
    997               else
     997              else {
    998998                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              }
    9991003              argptr+=1;
    10001004              break;
Note: See TracChangeset for help on using the changeset viewer.