Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
233
void
234
FArrayBox::skipFAB (std::istream& is)
235
{
236
int ignore = 0;
237
skipFAB(is, ignore);
238
}
239
240
void
241
FArrayBox::setFormat (FABio::Format fmt)
Callers
nothing calls this directly
Calls
3
skip
Method · 0.80
nComp
Method · 0.45
box
Method · 0.45
Tested by
no test coverage detected