Skip to content

Commit

Permalink
cleanup managers a little
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Sep 3, 2015
1 parent 360aa95 commit fa0b23e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions KCode/KPlotManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ class KPlotManager : public KManager {
}
}



//build everything
for(unsigned s = 0; s < MySets.size(); s++){
MySets[s]->Build();
Expand Down
4 changes: 1 addition & 3 deletions KCode/KSkimManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <iomanip>
#include <cmath>
#include <utility>
#include <unistd.h> //for sleep

using namespace std;

Expand Down Expand Up @@ -89,13 +88,12 @@ class KSkimManager : public KManager {

//final stuff
MyBase->CloseFile();
//if(globalOpt->Get("doBatch",false)) sleep(30);
}

private:
//member variables
string setname, seltypes, outdir;
bool doBatch, doClone;
bool doClone;
KSkimmer* skimmer;
KBase* MyBase;
};
Expand Down

0 comments on commit fa0b23e

Please sign in to comment.