|
@@ -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
|