X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=commandfactory.hpp;fp=commandfactory.hpp;h=6f96e90b4813e961222c60f9bb7390188d19c3e5;hb=17a6a53298a907c005fa93fb82af9e533adcda09;hp=e1f62da1444022618454df7078180ed488edf325;hpb=99c986582ae659c205411639a8e9fa88fb680cd0;p=mothur.git diff --git a/commandfactory.hpp b/commandfactory.hpp index e1f62da..6f96e90 100644 --- a/commandfactory.hpp +++ b/commandfactory.hpp @@ -25,6 +25,7 @@ public: void setOutputDirectory(string o) { outputDir = o; } void setInputDirectory(string i) { inputDir = i; } string getOutputDir() { return outputDir; } + bool MPIEnabled(string); private: Command* command;