Changeset 12445


Ignore:
Timestamp:
06/18/12 13:08:40 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/Solverx/SolverxGsl.cpp

    r12444 r12445  
    22 * \brief Gsl implementation of solver
    33 */
    4 
    5 #include <cstring>
    6 
    7 #include "./Solverx.h"
    8 #include "../../shared/shared.h"
    9 #include "../../include/include.h"
    10 #include "../../io/io.h"
    114
    125#ifdef HAVE_CONFIG_H
     
    158#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    169#endif
     10#include <cstring>
    1711#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"
    1817
    1918void SolverxGsl(SeqVec** puf,SeqMat* Kff, SeqVec* pf){/*{{{*/
Note: See TracChangeset for help on using the changeset viewer.