Loading isis/src/base/apps/getsn/getsn.cpp +6 −1 Original line number Diff line number Diff line Loading @@ -89,6 +89,11 @@ namespace Isis { cout << sn[i][0] << endl; } } if (ui.IsInteractive()) { Application::AppendAndLog(sn, log); } else { log->addGroup(sn); } } } Loading
isis/src/base/apps/getsn/getsn.cpp +6 −1 Original line number Diff line number Diff line Loading @@ -89,6 +89,11 @@ namespace Isis { cout << sn[i][0] << endl; } } if (ui.IsInteractive()) { Application::AppendAndLog(sn, log); } else { log->addGroup(sn); } } }