You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simulation will currently run if RadiativeTransfer = 1 but the compile-time option photon-no is set. It should fail during initialization if this is the case. It seg faults in grackle now because the radiation fields are undefined, but grackle is looking for them because RT is on.
The text was updated successfully, but these errors were encountered:
A simulation will currently run if
RadiativeTransfer = 1
but the compile-time optionphoton-no
is set. It should fail during initialization if this is the case. It seg faults in grackle now because the radiation fields are undefined, but grackle is looking for them because RT is on.The text was updated successfully, but these errors were encountered: