Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:KineticPreProcessor/KPP into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
msl3v committed Jul 1, 2022
2 parents c8ba965 + 5fc3aac commit 138e174
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2224,6 +2224,11 @@ int UPDATE_RCONST;
NewLines(1);

for( i = 0; i < EqnNr; i++) {
/* mz_rs_20220701+ */
if (useEqntags==1) {
F90_Inline("! <%s>:", kr[i].label);
}
/* mz_rs_20220701- */
if( kr[i].type == EXPRESION )
Assign( Elm( RCONST, i ), Elm( KR, kr[i].val.st ) );
if( kr[i].type == PHOTO )
Expand Down

0 comments on commit 138e174

Please sign in to comment.