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

Function GotoNextLine

Src/Base/AMReX_PlotFileDataImpl.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8namespace {
9 void GotoNextLine (std::istream& is)
10 {
11 constexpr std::streamsize bl_ignore_max { 100000 };
12 is.ignore(bl_ignore_max, '\n');
13 }
14}
15
16PlotFileDataImpl::PlotFileDataImpl (std::string const& plotfile_name)

Callers 1

PlotFileDataImplMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected