MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / Verbose

Method Verbose

Src/Base/AMReX.cpp:181–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179#endif
180
181int amrex::Verbose () noexcept { return amrex::system::verbose; }
182
183void amrex::SetVerbose (int v) noexcept { amrex::system::verbose = v; }
184

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected