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

Last change on this file since 11427 was 8901, checked in by Eric.Larour, 14 years ago

New matlab toolkit.
Moved MatlabNArrayToNArray there.

File size: 334 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#include "./petsc/petscincludes.h"
9#include "./mpi/mpiincludes.h"
10#include "./metis/metisincludes.h"
11#include "./triangle/triangleincludes.h"
12#include "./matlab/matlabincludes.h"
13
14#endif
Note: See TracBrowser for help on using the repository browser.