Ignore:
Timestamp:
05/24/12 14:10:19 (13 years ago)
Author:
cborstad
Message:

finished code for setting a discontinuous threshold for inverse parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-jpl-damage/src/c/objects/Inputs/DoubleInput.h

    r12168 r12285  
    3939                Input* PointwiseMin(Input* inputB);
    4040                Input* PointwiseMax(Input* inputB);
     41                Input* PointwiseThresh(Input* inputB,Input* inputC){_error_("not supported yet");};
    4142                ElementResult* SpawnResult(int step, double time);
    4243                void AddTimeValues(double* values,int step,double time){_error_("not supported yet");};
Note: See TracChangeset for help on using the changeset viewer.