new version of muscle 3.8.31
[jabaws.git] / binaries / src / muscle / params.cpp
index 70d39e3..ec4e221 100644 (file)
@@ -566,6 +566,9 @@ void SetParams()
        FlagParam("PAS", &g_bPAS, true);\r
        FlagParam("MakeTree", &g_bMakeTree, true);\r
 \r
+       if (g_bStable)\r
+               Quit("-stable not supported in this version of muscle");\r
+\r
        bool b = false;\r
        FlagParam("clwstrict", &b, true);\r
        if (b)\r