Ignore:
Timestamp:
05/06/11 10:15:47 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/node/field.cpp

    r188 r189  
    128128   {  
    129129      return (!this->field_ref.isEmpty());  
     130   } 
     131    
     132   //---------------------------------------------------------------- 
     133    
     134   ARRAY(double, 1)  CField::getData(void) const 
     135   { 
     136      return(this->data); 
    130137   } 
    131138 
Note: See TracChangeset for help on using the changeset viewer.