[mlpack-git] master: Set a default value for the seqnumer. (3d8c590)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Feb 27 15:51:46 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/594fd9f61d1280152c758559b4fc60bf0c827cca...45f682337b1daa4c82797f950e16a605fe4971bd

>---------------------------------------------------------------

commit 3d8c590b24f22b8a53c6be311ee4b23b23aa3426
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Wed Jan 21 16:33:31 2015 +0100

    Set a default value for the seqnumer.


>---------------------------------------------------------------

3d8c590b24f22b8a53c6be311ee4b23b23aa3426
 src/mlpack/methods/ann/ffnn.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/ann/ffnn.hpp b/src/mlpack/methods/ann/ffnn.hpp
index 876f924..65b33cd 100644
--- a/src/mlpack/methods/ann/ffnn.hpp
+++ b/src/mlpack/methods/ann/ffnn.hpp
@@ -44,7 +44,7 @@ class FFNN
      * @param outputLayer The outputlayer used to evaluate the network.
      */
     FFNN(const ConnectionTypes& network, OutputLayerType& outputLayer)
-        : network(network), outputLayer(outputLayer), err(0)
+        : network(network), outputLayer(outputLayer), err(0), seqNum(0)
     {
       // Nothing to do here.
     }



More information about the mlpack-git mailing list