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

CHG: unhooked OptimalSearch and GaussPoints from objects.h

Location:
issm/trunk-jpl/src/c/shared/Numerics
Files:
2 edited

Legend:

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

    r14917 r14979  
    11/*  Gauss point structures and prototypes  */
     2#include <math.h>
     3#include <float.h>
    24
    35#include "./GaussPoints.h"
     
    57#include "../Exceptions/exceptions.h"
    68#include "../Numerics/constants.h"
    7 #include <math.h>
    8 #include <float.h>
    99
    1010/*General Gauss points*/
  • issm/trunk-jpl/src/c/shared/Numerics/OptimalSearch.cpp

    r14950 r14979  
    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>
     12
     13#include "../Exceptions/exceptions.h"
     14#include "../io/io.h"
     15#include "../MemOps/MemOps.h"
     16#include "./Verbosity.h"
     17#include "./OptPars.h"
     18#include "./OptArgs.h"
     19#include "./types.h"
     20#include "./isnan.h"
    1621
    1722void OptimalSearch(IssmDouble* psearch_scalar,IssmDouble* pJ,OptPars* optpars,IssmDouble (*f)(IssmDouble,OptArgs*), OptArgs* optargs){
Note: See TracChangeset for help on using the changeset viewer.