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
|
Rev | Line | |
---|
[1] | 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 |
|
---|
[11708] | 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_
|
---|
[1] | 15 | #include "./petsc/petscincludes.h"
|
---|
[11708] | 16 | #endif
|
---|
| 17 |
|
---|
[1] | 18 | #include "./mpi/mpiincludes.h"
|
---|
| 19 | #include "./metis/metisincludes.h"
|
---|
| 20 | #include "./triangle/triangleincludes.h"
|
---|
[8901] | 21 | #include "./matlab/matlabincludes.h"
|
---|
[11708] | 22 | #include "./double/double.h"
|
---|
| 23 | #include "./toolkitsenums.h"
|
---|
[1] | 24 |
|
---|
| 25 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.