X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=mothur.cpp;h=1e5b41bd7ca20879113e604dac03e9ffd7e6ab36;hp=d5f838745a3f65b13e1d9dcb40c0829f3bb1fc7c;hb=956cdff34f2d609a7736838b1631cd7957580b8b;hpb=37309a2552995e5f7f2e04be99b808c803472311 diff --git a/mothur.cpp b/mothur.cpp index d5f8387..1e5b41b 100644 --- a/mothur.cpp +++ b/mothur.cpp @@ -72,6 +72,14 @@ int main(int argc, char *argv[]){ m->mothurOutEndLine(); m->mothurOutEndLine(); #endif + #ifdef BIT_VERSION + m->mothurOutJustToLog("Running 64Bit Version"); + m->mothurOutEndLine(); m->mothurOutEndLine(); + #else + m->mothurOutJustToLog("Running 32Bit Version"); + m->mothurOutEndLine(); m->mothurOutEndLine(); + #endif + //header m->mothurOut("mothur v.1.11.0"); m->mothurOutEndLine();