1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-05-19 23:33:19 -04:00

Fix typo in gwm_integrators

This commit is contained in:
Gordon McCann 2022-12-05 09:36:42 -05:00
parent 671cda3c0f
commit 0677703763

View File

@ -39,7 +39,7 @@ namespace catima {
{
return e_in*proj.A;
}
else if (e_final > 0.0)
else if (e_final < 0.0)
{
return e_in * proj.A; //In case an integration step takes us below 0
}