Changeset 14978


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

CHG: finished separating BrentSearch from object.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Numerics/BrentSearch.cpp

    r14950 r14978  
    99#endif
    1010
    11 #include "./numerics.h"
    12 #include "../../classes/objects/objects.h"
    13 #include "../../shared/io/io.h"
    14 #include "../../shared/shared.h"
    1511#include <float.h>
    1612#include <iomanip>
     13
     14#include "../Exceptions/exceptions.h"
     15#include "../io/io.h"
     16#include "../MemOps/MemOps.h"
     17#include "./Verbosity.h"
     18#include "./OptPars.h"
     19#include "./OptArgs.h"
     20#include "./types.h"
     21#include "./isnan.h"
    1722
    1823void BrentSearch(IssmDouble* psearch_scalar,IssmDouble* pJ,OptPars* optpars,IssmDouble (*f)(IssmDouble,OptArgs*), OptArgs* optargs){
Note: See TracChangeset for help on using the changeset viewer.