Skip to content

Commit

Permalink
CHG: fixed bad character from Surendra's commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMorlighem committed Oct 2, 2024
1 parent 7bb99ab commit 1744867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c/cores/sealevelchange_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ IssmDouble SealevelloadsOceanAverage(GrdLoads* loads, Vector<IssmDouble>* ocean
IssmDouble subsealevelloadsaverage;

loads->vsealevelloads->Sum(&sealevelloadsaverage);
   loads->vsubsealevelloads->Sum(&subsealevelloadsaverage);
loads->vsubsealevelloads->Sum(&subsealevelloadsaverage);

return (sealevelloadsaverage+subsealevelloadsaverage)/totaloceanarea;
} /*}}}*/
Expand Down

0 comments on commit 1744867

Please sign in to comment.