ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/integrators/NPT.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/integrators/NPT.cpp (file contents):
Revision 1695 by tim, Mon Nov 1 22:52:57 2004 UTC vs.
Revision 1701 by tim, Wed Nov 3 16:08:43 2004 UTC

# Line 46 | Line 46 | template<typename T> NPT<T>::NPT ( SimInfo *theInfo, F
46    have_pos_iter_tolerance = 0;
47  
48    // retrieve chi and integralOfChidt from simInfo
49 <  data = info->getProperty(CHIVALUE_ID);
49 >  data = info->getPropertyByName(CHIVALUE_ID);
50    if(data){
51      chiValue = dynamic_cast<DoubleGenericData*>(data);
52    }
53  
54 <  data = info->getProperty(INTEGRALOFCHIDT_ID);
54 >  data = info->getPropertyByName(INTEGRALOFCHIDT_ID);
55    if(data){
56      integralOfChidtValue = dynamic_cast<DoubleGenericData*>(data);
57    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines