Changeset 3226
- Timestamp:
- 03/08/10 16:08:07 (15 years ago)
- Location:
- issm/trunk/src/c/Solverx
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Solverx/Solverx.cpp
r3223 r3226 9 9 10 10 #include "../shared/shared.h" 11 12 #ifdef HAVE_CONFIG_H 13 #include "config.h" 14 #else 15 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 16 #endif 17 11 18 12 19 void Solverx( Vec* puf, Mat Kff, Vec pf, Vec uf0, char* solver_string){
Note:
See TracChangeset
for help on using the changeset viewer.