Home
last modified time | relevance | path

Searched refs:_dump_frequency (Results 1 – 2 of 2) sorted by relevance

/dports/math/topcom/topcom-0.17.8/lib-src/
H A DCommandlineOptions.hh49 static size_type _dump_frequency; member in CommandlineOptions
91 inline static size_type dump_frequency() { return _dump_frequency; } in dump_frequency()
H A DCommandlineOptions.cc43 size_type CommandlineOptions::_dump_frequency = 1L; member in CommandlineOptions
135 …std::cerr << "--reportrequency : report every " << _dump_frequency << "th new triangulation" << st… in init()
278 _dump_frequency = (size_type)atol(argv[i+1]); in init()
281 …std::cerr << "--dumpfrequency : dump every " << _dump_frequency << "th processed triangulation" <<… in init()