Update Boundary Conditions authored by Alain O' Miniussi's avatar Alain O' Miniussi
...@@ -75,7 +75,7 @@ FctBoundariesHandler evanescent(EVANESCENT, ...@@ -75,7 +75,7 @@ FctBoundariesHandler evanescent(EVANESCENT,
ComputeReflecting(gas, dt); ComputeReflecting(gas, dt);
EvanescentBoundaryIn(gas, dt); EvanescentBoundaryIn(gas, dt);
// Radial dumping in the outer region doesn't operate in case of stellar heating // Radial dumping in the outer region doesn't operate in case of stellar heating
if(!gas.disk().physic().starRadiation()) { if(!gas.physic().starRadiation()) {
EvanescentBoundaryOut(gas, dt); EvanescentBoundaryOut(gas, dt);
} }
}); });
... ...
......