mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 10:18:50 -05:00
Fix typo in gwm_integrators
This commit is contained in:
parent
671cda3c0f
commit
0677703763
|
@ -39,7 +39,7 @@ namespace catima {
|
||||||
{
|
{
|
||||||
return e_in*proj.A;
|
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
|
return e_in * proj.A; //In case an integration step takes us below 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user