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

Comparing:
trunk/OOPSE-3.0/src/io/ZConsReader.cpp (file contents), Revision 1625 by tim, Thu Oct 21 16:22:01 2004 UTC vs.
branches/new_design/OOPSE-3.0/src/io/ZConsReader.cpp (file contents), Revision 1701 by tim, Wed Nov 3 16:08:43 2004 UTC

# Line 9 | Line 9 | ZConsReader::ZConsReader(SimInfo* info)
9    this->info = info;
10  
11   //retrieve output filename of z force
12 <  data = info->getProperty(ZCONSFILENAME_ID);
12 >  data = info->getPropertyByName(ZCONSFILENAME_ID);
13    if(!data) {
14  
15        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines