Changeset 10052 for issm/trunk/src/c/solutions/controltao_core.cpp
- Timestamp:
- 10/03/11 12:18:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/solutions/controltao_core.cpp
r9761 r10052 2 2 * \brief: core of the control solution 3 3 */ 4 #include <config.h> 4 5 #include "../toolkits/toolkits.h" 5 6 #include "../objects/objects.h" … … 13 14 14 15 15 #if def _HAVE_TAO_16 #if defined (_HAVE_TAO_) && (_PETSC_MAJOR_ < 3 || (_PETSC_MAJOR_ == 3 && _PETSC_MINOR_ < 2)) 16 17 #include "tao.h" 17 18 … … 135 136 #else 136 137 void controltao_core(FemModel* femmodel){ 137 _error_("TAO not installed ");138 _error_("TAO not installed or PETSc version not supported"); 138 139 } 139 140 #endif //_HAVE_TAO_
Note:
See TracChangeset
for help on using the changeset viewer.