Changeset 13211


Ignore:
Timestamp:
08/31/12 08:51:39 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: preparing modules for python compatibility

Location:
issm/trunk-jpl/src/modules
Files:
35 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/modules/AverageFilter/AverageFilter.h

    r12013 r13211  
    1 
    21/*
    32        AverageFilter.h
    43*/
    54
    6 
    75#ifndef _AVERAGEFILTER_H
    86#define _AVERAGEFILTER_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
    913
    1014/* local prototypes: */
  • issm/trunk-jpl/src/modules/BamgConvertMesh/BamgConvertMesh.h

    r12013 r13211  
    55#ifndef _BAMGCONVERTMESH_H
    66#define _BAMGCONVERTMESH_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/BamgMesher/BamgMesher.h

    r12013 r13211  
    55#ifndef _BAMG_MESHER_H_
    66#define _BAMG_MESHER_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/BamgTriangulate/BamgTriangulate.h

    r12013 r13211  
    55#ifndef _BAMGTRIANGULATE_H
    66#define _BAMGTRIANGULATE_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/Chaco/Chaco.h

    r12013 r13211  
    55#ifndef _CHACO_H
    66#define _CHACO_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/ContourToMesh/ContourToMesh.h

    r12127 r13211  
    1 
    21/*
    32        ContourToMesh.h
    43*/
    54
    6 
    75#ifndef _CONTOURTOMESH_H
    86#define _CONTOURTOMESH_H
    9 
    107
    118#ifdef HAVE_CONFIG_H
    129        #include <config.h>
    1310#else
    14 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
     11        #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    1512#endif
    1613
  • issm/trunk-jpl/src/modules/ContourToNodes/ContourToNodes.h

    r12013 r13211  
    1 
    21/*
    32        ContourToNodes.h
    43*/
    54
    6 
    75#ifndef _CONTOURTONODES_H
    86#define _CONTOURTONODES_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
    913
    1014/* local prototypes: */
  • issm/trunk-jpl/src/modules/ElementConnectivity/ElementConnectivity.h

    r12112 r13211  
    99        #include <config.h>
    1010#else
    11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
     11        #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    1212#endif
    1313
  • issm/trunk-jpl/src/modules/EnumToString/EnumToString.h

    r13034 r13211  
    77
    88#ifdef HAVE_CONFIG_H
    9 #include <config.h>
     9        #include <config.h>
    1010#else
    11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
     11        #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    1212#endif
    1313
  • issm/trunk-jpl/src/modules/Exp2Kml/Exp2Kml.h

    r12013 r13211  
    55#ifndef _EXP2KML_H
    66#define _EXP2KML_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/HoleFiller/HoleFiller.h

    r12013 r13211  
    1 
    21/*
    32        HoleFiller.h
    43*/
    54
    6 
    75#ifndef _HOLEFILLER_H
    86#define _HOLEFILLER_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
    913
    1014/* local prototypes: */
  • issm/trunk-jpl/src/modules/InternalFront/InternalFront.h

    r12013 r13211  
    1 
    21/*
    32        InternalFront.h
    43*/
    54
    6 
    75#ifndef _INTERNALFRONT_H
    86#define _INTERNALFRONT_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
    913
    1014/* local prototypes: */
  • issm/trunk-jpl/src/modules/InterpFromGridToMesh/InterpFromGridToMesh.h

    r12013 r13211  
    55#ifndef _InterpFromGridToMesh_H
    66#define _InterpFromGridToMesh_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/InterpFromMesh2d/InterpFromMesh2d.h

    r12013 r13211  
    55#ifndef _INTERPFROMMESH2D_H
    66#define _INTERPFROMMESH2D_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/InterpFromMeshToGrid/InterpFromMeshToGrid.h

    r12013 r13211  
    1 
    21/*
    32        InterpFromMeshToGrid.h
    43*/
    54
    6 
    75#ifndef _INTERPFROMMESHTOGRID_H
    86#define _INTERPFROMMESHTOGRID_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
    913
    1014/* local prototypes: */
  • issm/trunk-jpl/src/modules/InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.h

    r12778 r13211  
    99        #include <config.h>
    1010#else
    11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
     11        #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    1212#endif
    1313
  • issm/trunk-jpl/src/modules/InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.h

    r12013 r13211  
    55#ifndef _INTERPFROMMESH3D_H
    66#define _INTERPFROMMESH3D_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/KMLFileRead/KMLFileRead.h

    r12013 r13211  
    55#ifndef _KMLFILEREAD_H
    66#define _KMLFILEREAD_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/KMLMeshWrite/KMLMeshWrite.h

    r12013 r13211  
    55#ifndef _KMLMESHWRITE_H
    66#define _KMLMESHWRITE_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/KMLOverlay/KMLOverlay.h

    r12013 r13211  
    55#ifndef _KMLOVERLAY_H
    66#define _KMLOVERLAY_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/Kml2Exp/Kml2Exp.h

    r12013 r13211  
    55#ifndef _KML2EXP_H
    66#define _KML2EXP_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/Kriging/Kriging.h

    r12251 r13211  
    55#ifndef _KRIGING_H_
    66#define _KRIGING_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/Ll2xy/Ll2xy.h

    r12013 r13211  
    55#ifndef _LL2XY_H
    66#define _LL2XY_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/MeshPartition/MeshPartition.h

    r12013 r13211  
    1 
    21/*
    32        MeshPartition.h
    43*/
    54
    6 
    75#ifndef _MESHPARTITION_H
    86#define _MESHPARTITION_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
    913
    1014/* local prototypes: */
  • issm/trunk-jpl/src/modules/MeshProfileIntersection/MeshProfileIntersection.h

    r12013 r13211  
    1 
    21/*
    32        MeshProfileIntersection.h
    43*/
    54
    6 
    75#ifndef _MESHPROFILEINTERSECTION_H
    86#define _MESHPROFILEINTERSECTION_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
    913
    1014/* local prototypes: */
  • issm/trunk-jpl/src/modules/NodeConnectivity/NodeConnectivity.h

    r12112 r13211  
    99        #include <config.h>
    1010#else
    11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
     11        #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    1212#endif
    1313
  • issm/trunk-jpl/src/modules/PointCloudFindNeighbors/PointCloudFindNeighbors.h

    r12013 r13211  
    1 
    21/*
    32        PointCloudFindNeighbors.h
    43*/
    54
    6 
    75#ifndef _POINTCLOUDFINDNEIGHBORS_H
    86#define _POINTCLOUDFINDNEIGHBORS_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
    913
    1014/* local prototypes: */
  • issm/trunk-jpl/src/modules/PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.h

    r12013 r13211  
    1 
    21/*
    32        PropagateFlagsFromConnectivity.h
    43*/
    54
    6 
    75#ifndef _PROPAGATEFLAGSFROMCONNECTIVITY_H
    86#define _PROPAGATEFLAGSFROMCONNECTIVITY_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
    913
    1014/* local prototypes: */
  • issm/trunk-jpl/src/modules/Scotch/Scotch.h

    r12013 r13211  
    55#ifndef _SCOTCH_H
    66#define _SCOTCH_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/Shp2Kml/Shp2Kml.h

    r12013 r13211  
    55#ifndef _SHP2KML_H
    66#define _SHP2KML_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
    713
    814/* local prototypes: */
  • issm/trunk-jpl/src/modules/StringToEnum/StringToEnum.h

    r13034 r13211  
    77
    88#ifdef HAVE_CONFIG_H
    9 #include <config.h>
     9        #include <config.h>
    1010#else
    11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
     11        #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    1212#endif
    1313
  • issm/trunk-jpl/src/modules/TriMesh/TriMesh.h

    r12093 r13211  
    99        #include <config.h>
    1010#else
    11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
     11        #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    1212#endif
    1313
  • issm/trunk-jpl/src/modules/TriMeshProcessRifts/TriMeshProcessRifts.h

    r12013 r13211  
    55#ifndef _TRIMESH_PROCESSRIFTS_H_
    66#define _TRIMESH_PROCESSRIFTS_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
    714
    815#include "mex.h"
  • issm/trunk-jpl/src/modules/TriaSearch/TriaSearch.h

    r12013 r13211  
    44#ifndef _TRIASEARCH_H
    55#define _TRIASEARCH_H
     6
     7#ifdef HAVE_CONFIG_H
     8        #include <config.h>
     9#else
     10        #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
     11#endif
    612
    713/* local prototypes: */
  • issm/trunk-jpl/src/modules/Xy2ll/Xy2ll.h

    r12013 r13211  
    55#ifndef _XY2LL_H
    66#define _XY2LL_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
    714
    815/* local prototypes: */
Note: See TracChangeset for help on using the changeset viewer.