Changeset 15777
- Timestamp:
- 08/09/13 13:59:19 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/toolkits/issm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/issm/IssmAbsMat.h
r15052 r15777 12 12 13 13 /*Headers:*/ 14 /*{{{*/15 #ifdef HAVE_CONFIG_H16 #include <config.h>17 #else18 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"19 #endif20 21 14 #include "../toolkitsenums.h" 22 23 /*}}}*/ 15 #include "../../shared/Numerics/types.h" 24 16 25 17 /*We need to template this class, in case we want to create Matrices that hold … … 27 19 Such vectors are useful for use without or with the matlab or python 28 20 interface (which do not care for IssmDouble types, but only rely on 29 IssmPDouble types) 30 */ 21 IssmPDouble types) */ 31 22 32 23 template <class doubletype> class IssmAbsVec; -
issm/trunk-jpl/src/c/toolkits/issm/IssmAbsVec.h
r15358 r15777 12 12 13 13 /*Headers:*/ 14 /*{{{*/15 #ifdef HAVE_CONFIG_H16 #include <config.h>17 #else18 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"19 #endif20 21 14 #include "../toolkitsenums.h" 22 23 /*}}}*/ 15 #include "../../shared/Numerics/types.h" 24 16 25 17 /*We need to template this class, in case we want to create Vectors that hold
Note:
See TracChangeset
for help on using the changeset viewer.