Ignore:
Timestamp:
05/09/13 02:01:53 (12 years ago)
Author:
Eric.Larour
Message:

CHG: moved OptPars and OptArgs to shared/Numerics, to break the dependency
of BrentSearch on objects.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/shared/Numerics/numerics.h ΒΆ

    r14975 r14977  
    1212#include "./types.h"
    1313#include "./constants.h"
    14 
    15 class Input;
    16 class Parameters;
    17 
    18 struct OptArgs;
    19 struct OptPars;
     14#include "./OptArgs.h"
     15#include "./OptPars.h"
    2016
    2117IssmDouble  min(IssmDouble a,IssmDouble b);
Note: See TracChangeset for help on using the changeset viewer.