Changeset 12445
- Timestamp:
- 06/18/12 13:08:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/Solverx/SolverxGsl.cpp
r12444 r12445 2 2 * \brief Gsl implementation of solver 3 3 */ 4 5 #include <cstring>6 7 #include "./Solverx.h"8 #include "../../shared/shared.h"9 #include "../../include/include.h"10 #include "../../io/io.h"11 4 12 5 #ifdef HAVE_CONFIG_H … … 15 8 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 16 9 #endif 10 #include <cstring> 17 11 #include <gsl/gsl_linalg.h> 12 13 #include "./Solverx.h" 14 #include "../../shared/shared.h" 15 #include "../../include/include.h" 16 #include "../../io/io.h" 18 17 19 18 void SolverxGsl(SeqVec** puf,SeqMat* Kff, SeqVec* pf){/*{{{*/
Note:
See TracChangeset
for help on using the changeset viewer.