瀏覽代碼

modified uncompilable testPLSA program

Alexander Freytag 12 年之前
父節點
當前提交
de9d08a9c7
共有 1 個文件被更改,包括 11 次插入0 次删除
  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