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
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Hi! When I run examples in Exec, some of them went wrong with notion like:
../../../Submodules/PelePhysics/Reactions/ReactorUtils.H:197:29: error: ‘pele::physics::PhysicsType’ has not been declared
197 | auto eos = pele::physics::PhysicsType::eos();
| ^~~~~~~~~~~
../../../Submodules/PelePhysics/Reactions/ReactorUtils.H: In function ‘void pele::physics::reactions::utils::fKernelSpec(int, int, amrex::Real, int, const Real*, amrex::Real*, const Real*, const Real*, const Real*)’:
../../../Submodules/PelePhysics/Reactions/ReactorUtils.H:307:29: error: ‘pele::physics::PhysicsType’ has not been declared
307 | auto eos = pele::physics::PhysicsType::eos();
Is that caused by eos unavailable in PeleLM or PelePhysics environment needed additional configuration? If you guys have any methods to figure it out, please let me know.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! When I run examples in Exec, some of them went wrong with notion like:
Is that caused by
eos
unavailable in PeleLM orPelePhysics
environment needed additional configuration? If you guys have any methods to figure it out, please let me know.Thanks!
The text was updated successfully, but these errors were encountered: