Ignore:
Timestamp:
10/30/15 16:33:49 (8 years ago)
Author:
rlacroix
Message:

File/Variable?: Add an helper function to get the output name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/variable.cpp

    r595 r773  
    4545      } 
    4646      content = boost::trim_copy(content) ; 
     47   } 
     48 
     49   const StdString& CVariable::getVariableOutputName(void) const 
     50   { 
     51     return name.isEmpty() ? getId() : name; 
    4752   } 
    4853 
Note: See TracChangeset for help on using the changeset viewer.