MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / parseCommandLine

Method parseCommandLine

src/sys/optionsreader.cxx:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void OptionsReader::parseCommandLine(Options* options, int argc, char** argv) {
48 return parseCommandLine(options, std::vector<std::string>(argv, argv + argc));
49}
50
51void OptionsReader::parseCommandLine(Options* options,
52 const std::vector<std::string>& argv) {

Callers 2

BoutInitialiseFunction · 0.80
TEST_FFunction · 0.80

Calls 2

trimFunction · 0.85
sizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.64