Add GLprobs and MSAprobs to binaries
[jabaws.git] / binaries / src / GLProbs-1.0 / main.cpp
diff --git a/binaries/src/GLProbs-1.0/main.cpp b/binaries/src/GLProbs-1.0/main.cpp
new file mode 100644 (file)
index 0000000..6fd1934
--- /dev/null
@@ -0,0 +1,16 @@
+/***********************************************
+ * # Copyright 2009-2010. Liu Yongchao
+ * # Contact: Liu Yongchao, School of Computer Engineering,
+ * #                    Nanyang Technological University.
+ * # Emails:    liuy0039@ntu.edu.sg; nkcslyc@hotmail.com
+ * #
+ * # GPL version 3.0 applies.
+ * #
+ * ************************************************/
+#include "MSA.h"
+
+int main(int argc, char* argv[]) {
+       MSA msa(argc, argv);
+
+       return 0;
+}