Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
mattg3004 committed Jan 14, 2025
1 parent a38f0b0 commit cda3f58
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ void Model::runScenarios(ScenariosList &scenarios, Population &popln,
Vector &vectors, Worm &worms, int replicates,
double timestep, int index, int outputEndgame,
int outputEndgameDate, bool outputNTDMC,
int outputNTDMCDate,
int reduceImpViaXml, std::string randParamsfile,
std::string RandomSeedFile,
int outputNTDMCDate, int reduceImpViaXml,
std::string randParamsfile, std::string RandomSeedFile,
std::string RandomCovPropFile, std::string opDir) {

std::cout << std::endl
Expand Down Expand Up @@ -244,7 +243,7 @@ void Model::evolveAndSave(int y, Population &popln, Vector &vectors,
outputEndgameDate = (outputEndgameDate - BASEYEAR) * 12;

int outputNTDMCDateFromYear = (outputNTDMCDate - BASEYEAR) * 12;

int popSize = popln.getSizeOfPop();
double mfprev_aimp_old =
popln.getMFPrev(sc, 0, 0, outputEndgameDate, rep, popSize, folderName);
Expand Down

0 comments on commit cda3f58

Please sign in to comment.