source: issm/branches/trunk-jpl-damage/src/c/toolkits/toolkits.h@ 11708

Last change on this file since 11708 was 11708, checked in by cborstad, 13 years ago

merged trunk-jpl through revision 11707 into branches/trunk-jpl-damage

File size: 548 bytes
Line 
1/* \file toolkits.h
2 * \brief: this API allows use of external packages, provides patches, etc ...
3 */
4
5#ifndef _TOOLKITS_H_
6#define _TOOLKITS_H_
7
8#ifdef HAVE_CONFIG_H
9 #include <config.h>
10#else
11#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
12#endif
13
14#ifdef _HAVE_PETSC_
15#include "./petsc/petscincludes.h"
16#endif
17
18#include "./mpi/mpiincludes.h"
19#include "./metis/metisincludes.h"
20#include "./triangle/triangleincludes.h"
21#include "./matlab/matlabincludes.h"
22#include "./double/double.h"
23#include "./toolkitsenums.h"
24
25#endif
Note: See TracBrowser for help on using the repository browser.