Changeset 8281


Ignore:
Timestamp:
05/13/11 15:53:01 (14 years ago)
Author:
Mathieu Morlighem
Message:

added flags if _HAVE_TAO_ = 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/solutions/controltao_core.cpp

    r8279 r8281  
    1414
    1515void controltao_core(FemModel* femmodel){
     16        #ifdef _HAVE_TAO_ //only works if tao library has been compiled in.
    1617
    1718        int     i,n;
     
    141142        /* Finalize TAO */
    142143        TaoFinalize();
     144
     145#endif //_HAVE_TAO_
    143146}
Note: See TracChangeset for help on using the changeset viewer.