MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / Configurations

Method Configurations

src/thundersvm/util/log.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190// Configurations
191
192 Configurations::Configurations(void) :
193 m_configurationFile(std::string()),
194 m_isFromFile(false) {
195 }
196
197 Configurations::Configurations(const std::string& configurationFile, bool useDefaultsForRemaining,
198 Configurations* base) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected