[mlpack-svn] r11156 - mlpack/trunk/src/mlpack/core/math

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Jan 18 18:42:40 EST 2012


Author: rcurtin
Date: 2012-01-18 18:42:40 -0500 (Wed, 18 Jan 2012)
New Revision: 11156

Modified:
   mlpack/trunk/src/mlpack/core/math/random.hpp
Log:
WTF SVN?  I update, you give a conflict, and when I resolve it, you drop the
semicolon?  Or was it my fault...?


Modified: mlpack/trunk/src/mlpack/core/math/random.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/math/random.hpp	2012-01-18 23:32:52 UTC (rev 11155)
+++ mlpack/trunk/src/mlpack/core/math/random.hpp	2012-01-18 23:42:40 UTC (rev 11156)
@@ -86,7 +86,7 @@
   #if BOOST_VERSION >= 104700
     boost::random::uniform_int_distribution<> dist(lo, hiExclusive - 1);
   #else
-    boost::uniform_int<> dist(lo, hiExclusive - 1)
+    boost::uniform_int<> dist(lo, hiExclusive - 1);
   #endif
 
   return dist(randGen);




More information about the mlpack-svn mailing list