Ignore:
Timestamp:
04/23/09 16:13:15 (16 years ago)
Author:
Eric.Larour
Message:

Introduced new Brent Search based Control Optimization algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Node.cpp

    r1 r8  
    1414#include <string.h>
    1515#include "../EnumDefinitions/EnumDefinitions.h"
     16#include "./ParameterInputs.h"
    1617#include "../shared/shared.h"
    1718
     
    408409        return new Node(*this);
    409410}
     411
     412#undef __FUNCT__
     413#define __FUNCT__ "Node::UpdateFromInputs"
     414void  Node::UpdateFromInputs(ParameterInputs* inputs){
     415       
     416        //throw ErrorException(__FUNCT__," not supported yet!");
     417
     418}
Note: See TracChangeset for help on using the changeset viewer.