Changeset 19054
- Timestamp:
- 01/29/15 13:25:05 (10 years ago)
- Location:
- issm/trunk-jpl/src/wrappers/python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/python/Makefile.am
r19047 r19054 1 1 AM_CPPFLAGS = @DAKOTAINCL@ @PETSCINCL@ @MPIINCL@ @SPOOLESINCL@ @METISINCL@ @TRIANGLEINCL@ @CHACOINCL@ @SCOTCHINCL@ @SHAPELIBINCL@ @PYTHONINCL@ @PYTHON_NUMPYINCL@ @AMPIINCL@ 2 AUTOMAKE_OPTIONS = subdir-objects2 #AUTOMAKE_OPTIONS = subdir-objects 3 3 4 4 EXEEXT=$(PYTHONWRAPPEREXT) -
issm/trunk-jpl/src/wrappers/python/include/wrapper_macros.h
r16230 r19054 15 15 /* MODULEBOOT/MODULEEND {{{*/ 16 16 17 /*The following macros hide the error exception handling in a matlabmodule. Just put17 /*The following macros hide the error exception handling in a python module. Just put 18 18 * MODULEBOOT(); and MODULEEND(); at the beginning and end of a module, and c++ exceptions 19 19 * will be trapped*/
Note:
See TracChangeset
for help on using the changeset viewer.