Changeset 26251


Ignore:
Timestamp:
05/07/21 07:49:54 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: temporary fix for ADOLC, acomplex is not defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Numerics/types.h

    r26244 r26251  
    2626#include "adolc/adolc.h"
    2727typedef adouble              IssmDouble;  /*for active variables*/
    28 typedef acomplex             IssmComplex; /*for active variables*/
     28//typedef acomplex             IssmComplex; /*for active variables*/ /*FIXME!*/
     29typedef std::complex<double> IssmComplex; /*for active variables*/ /*FIXME!*/
    2930typedef double               IssmPDouble; /*for passive variables*/
    3031typedef std::complex<double> IssmPComplex;/*for passive variables*/
Note: See TracChangeset for help on using the changeset viewer.