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

Method recordUse

Src/Base/AMReX_FabArrayBase.H:181–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 maxuse = std::max(maxuse, n);
180 }
181 void recordUse () noexcept { ++nuse; }
182 void print () const {
183 amrex::Print(Print::AllProcs) << "### " << name << " ###\n"
184 << " tot # of builds : " << nbuild << "\n"

Callers 2

getTileArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected