--- trunk/gadget/stochasticdata.h 2014/02/10 17:09:07 1 +++ trunk/gadget/stochasticdata.h 2015/04/29 12:55:30 2 @@ -24,6 +24,12 @@ /** * \brief This is the default StochasticData constructor */ + StochasticData(); + /** + * \brief This is the StochasticData constructor specifying a file to read the data from + * \param filename is the name of the file to read the data from + * \param p is the number of the node + */ StochasticData(const char* const filename, int p); /** * \brief This is the StochasticData constructor specifying a file to read the data from