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

Comparing branches/new_design/OOPSE-2.0/src/integrators/NPTxyz.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 43 | Line 43 | template<typename T> NPTxyz<T>::NPTxyz ( SimInfo *theI
43    if( theInfo->useInitXSstate ){
44  
45      // retrieve eta array from simInfo if it exists
46 <    data = info->getProperty(ETAVALUE_ID);
46 >    data = info->getPropertyByName(ETAVALUE_ID);
47      if(data){
48        etaValue = dynamic_cast<DoubleVectorGenericData*>(data);
49        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines