Changeset 8281
- Timestamp:
- 05/13/11 15:53:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/solutions/controltao_core.cpp
r8279 r8281 14 14 15 15 void controltao_core(FemModel* femmodel){ 16 #ifdef _HAVE_TAO_ //only works if tao library has been compiled in. 16 17 17 18 int i,n; … … 141 142 /* Finalize TAO */ 142 143 TaoFinalize(); 144 145 #endif //_HAVE_TAO_ 143 146 }
Note:
See TracChangeset
for help on using the changeset viewer.