Skip to content

Commit

Permalink
fixed error introduced when adding more echoes...
Browse files Browse the repository at this point in the history
  • Loading branch information
jimianelli committed Jan 15, 2015
1 parent da32405 commit 450c816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmacs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ DATA_SECTION
obs_cpue(k) = column(dSurveyData(k),5);
cpue_cv(k) = column(dSurveyData(k),6);
}
ECHO(nSurveys);ECHO(nSurveyRows),ECHO(dSurveyData); ECHO(obs_cpue); ECHO(cpue_cv);
ECHO(nSurveys);ECHO(nSurveyRows);ECHO(dSurveyData); ECHO(obs_cpue); ECHO(cpue_cv);
END_CALCS


Expand Down

0 comments on commit 450c816

Please sign in to comment.