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

Function Version

Src/Base/AMReX_Version.cpp:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace amrex
8{
9 std::string Version () // NOLINT(misc-use-internal-linkage)
10 {
11#ifdef AMREX_GIT_VERSION
12 return std::string(AMREX_GIT_VERSION);
13#else
14 return std::string("Unknown");
15#endif
16 }
17} // namespace amrex

Callers 2

InitializeMethod · 0.70
FinalizeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected