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

Method skipFAB

Src/Base/AMReX_FArrayBox.cpp:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void
234FArrayBox::skipFAB (std::istream& is)
235{
236 int ignore = 0;
237 skipFAB(is, ignore);
238}
239
240void
241FArrayBox::setFormat (FABio::Format fmt)

Callers

nothing calls this directly

Calls 3

skipMethod · 0.80
nCompMethod · 0.45
boxMethod · 0.45

Tested by

no test coverage detected