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

Comparing branches/new_design/OOPSE-2.0/src/integrators/NVT.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 33 | Line 33 | template<typename T> NVT<T>::NVT ( SimInfo *theInfo, F
33    if( theInfo->useInitXSstate ){
34  
35      // retrieve chi and integralOfChidt from simInfo
36 <    data = info->getProperty(CHIVALUE_ID);
36 >    data = info->getPropertyByName(CHIVALUE_ID);
37      if(data){
38        chiValue = dynamic_cast<DoubleGenericData*>(data);
39      }
40      
41 <    data = info->getProperty(INTEGRALOFCHIDT_ID);
41 >    data = info->getPropertyByName(INTEGRALOFCHIDT_ID);
42      if(data){
43        integralOfChidtValue = dynamic_cast<DoubleGenericData*>(data);
44      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines