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

Comparing branches/new_design/OOPSE-2.0/src/integrators/NPTi.cpp (file contents):
Revision 1683, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1701 by tim, Wed Nov 3 16:08:43 2004 UTC

# Line 35 | Line 35 | template<typename T> NPTi<T>::NPTi ( SimInfo *theInfo,
35  
36    if( theInfo->useInitXSstate ){
37      // retrieve eta from simInfo if
38 <    data = info->getProperty(ETAVALUE_ID);
38 >    data = info->getPropertyByName(ETAVALUE_ID);
39      if(data){
40        etaValue = dynamic_cast<DoubleVectorGenericData*>(data);
41        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines