Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Nov 17, 2023
1 parent fb55c99 commit 562c9bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SS_write_report.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1384,11 +1384,13 @@ FUNCTION void write_bigoutput()
SS2out << " SmryBio_SX:" << gg << "_GP:" << gp;
}
for (gg = 1; gg <= gender; gg++)
{
for (gp = 1; gp <= N_GP; gp++)
{
SS2out << " SmryNum_SX:" << gg << "_GP:" << gp;
}
SS2out << " mature_bio mature_num ";
}
SS2out << " mature_bio mature_num ";
dvector Bio_Comp(1, N_GP * gender);
dvector Num_Comp(1, N_GP * gender);
for (f = 1; f <= Nfleet; f++)
Expand Down

0 comments on commit 562c9bc

Please sign in to comment.