Skip to content

Commit

Permalink
Update examples/ex40.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Socratis Petrides <petrides1@llnl.gov>
  • Loading branch information
brendankeith and psocratis committed May 23, 2024
1 parent 6355d3f commit 12c096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ex40.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ int main(int argc, char *argv[])
break;
}

alpha *= max(growth_rate, 1.0);
alpha *= max(growth_rate, 1_r);

}

Expand Down

0 comments on commit 12c096a

Please sign in to comment.