Changeset 15777


Ignore:
Timestamp:
08/09/13 13:59:19 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: include types in order to define IssmDouble

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  
    1212
    1313/*Headers:*/
    14 /*{{{*/
    15 #ifdef HAVE_CONFIG_H
    16         #include <config.h>
    17 #else
    18 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    19 #endif
    20 
    2114#include "../toolkitsenums.h"
    22 
    23 /*}}}*/
     15#include "../../shared/Numerics/types.h"
    2416
    2517/*We need to template this class, in case we want to create Matrices that hold
     
    2719  Such vectors are useful for use without or with the matlab or python
    2820  interface (which do not care for IssmDouble types, but only rely on
    29   IssmPDouble types)
    30 */
     21  IssmPDouble types) */
    3122
    3223template <class doubletype> class IssmAbsVec;
  • issm/trunk-jpl/src/c/toolkits/issm/IssmAbsVec.h

    r15358 r15777  
    1212
    1313/*Headers:*/
    14 /*{{{*/
    15 #ifdef HAVE_CONFIG_H
    16         #include <config.h>
    17 #else
    18 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    19 #endif
    20 
    2114#include "../toolkitsenums.h"
    22 
    23 /*}}}*/
     15#include "../../shared/Numerics/types.h"
    2416
    2517/*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.