Changeset 3226


Ignore:
Timestamp:
03/08/10 16:08:07 (15 years ago)
Author:
Eric.Larour
Message:

Took out all petsc 2 and petsc 3 files, old legacy files.

Location:
issm/trunk/src/c/Solverx
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Solverx/Solverx.cpp

    r3223 r3226  
    99
    1010#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
    1118
    1219void    Solverx( Vec* puf, Mat Kff, Vec pf, Vec uf0, char* solver_string){
Note: See TracChangeset for help on using the changeset viewer.