Ignore:
Timestamp:
01/25/17 16:25:17 (7 years ago)
Author:
yushan
Message:

initialize the branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/attribute_template_impl.hpp

    r1028 r1037  
    7171         T CAttributeTemplate<T>::getValue(void) const 
    7272      { 
    73         return CType<T>::get() ; 
    74 /* 
    75         if (SuperClass::isEmpty()) 
    76         { 
    77            ERROR("T CAttributeTemplate<T>::getValue(void) const", 
    78                  << "[ id = " << this->getId() << "]" 
    79                  << " L'attribut est requis mais n'est pas défini !"); 
    80          } 
    81         return (SuperClass::getValue<T>()); 
     73         return CType<T>::get() ; 
     74/* 
     75         if (SuperClass::isEmpty()) 
     76         { 
     77            ERROR("T CAttributeTemplate<T>::getValue(void) const", 
     78                  << "[ id = " << this->getId() << "]" 
     79                  << " L'attribut est requis mais n'est pas défini !"); 
     80          } 
     81         return (SuperClass::getValue<T>()); 
    8282*/ 
    8383      } 
Note: See TracChangeset for help on using the changeset viewer.