ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/libmdtools/SimSetup.cpp
(Generate patch)

Comparing trunk/OOPSE-1.0/libmdtools/SimSetup.cpp (file contents):
Revision 1450 by tim, Thu Jul 29 18:16:16 2004 UTC vs.
Revision 1451 by chrisfen, Mon Aug 9 14:50:35 2004 UTC

# Line 832 | Line 832 | void SimSetup::gatherInfo(void){
832        }        
833      }
834  
835    
835      for (i=0; i < nInfo; i++) {
836        
837        // check for the temperature set flag
# Line 852 | Line 851 | void SimSetup::gatherInfo(void){
851            info[i].thermIntLambda = globals->getThermIntLambda();
852            info[i].thermIntK = globals->getThermIntK();
853            
854 <          Restraints *myRestraint = new Restraints(tot_nmol, info[i].thermIntLambda, info[i].thermIntK);
854 >          Restraints *myRestraint = new Restraints(info[i].thermIntLambda, info[i].thermIntK);
855            info[i].restraint = myRestraint;
856          }
857          else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines