Bläddra i källkod

modified uncompilable testPLSA program

Alexander Freytag 12 år sedan
förälder
incheckning
de9d08a9c7
1 ändrade filer med 11 tillägg och 0 borttagningar
  1. 11 0
      math/progs/testPLSA.cpp

+ 11 - 0
math/progs/testPLSA.cpp

@@ -5,6 +5,9 @@
 * @date 05/21/2008
 
 */
+
+
+#if 0
 #include "core/vector/VectorT.h"
 #include "core/vector/MatrixT.h"
 #include "core/image/ImageT.h"
@@ -443,3 +446,11 @@ int main (int argc, char **argv)
     return 0;
 }
 #endif
+
+#else
+int main (int argc, char **argv)
+{   
+    throw("Not converted to new structure of our library\n");
+    return 0;
+}
+#endif