Ignore:
Timestamp:
10/20/12 00:24:34 (12 years ago)
Author:
Eric.Larour
Message:

CHG: made necessary changes to repair the broken adolc compile. Had to introduce _WRAPPER_ symbol
for the matlab and python wrapper compile, as they were calling on AD specific capabilities!

File:
1 edited

Legend:

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

    r13623 r13767  
    2727void SolverxSeq(IssmPDouble *X, IssmPDouble *A, IssmPDouble *B,int n);
    2828
    29 #ifdef _HAVE_ADOLC_
     29#if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_)
    3030void SolverxSeq(IssmDouble *X,IssmDouble *A,IssmDouble *B,int n, Parameters* parameters);
    3131// call back functions:
Note: See TracChangeset for help on using the changeset viewer.