--- trunk/gadget/stochasticdata.h 2015/04/29 12:55:30 2 +++ trunk/gadget/stochasticdata.h 2015/07/23 19:00:38 11 @@ -115,6 +115,12 @@ */ int getDataFromNetwork() { return getdata; }; #endif + //FIXME doc + //FIXME poco rendimiento?? -eliminar!!! + void setValues(DoubleVector vals) + { + values = vals; + } protected: /** * \brief This is the InitialInputFile used to read from file the initial values and bounds of the parameters for the current model