MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / SetModels

Method SetModels

src/simulation.cpp:961–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961bool Simulation::SetModels()
962{
963 ConfigInfo* cfg = m_case->GetConfiguration();
964 if (!cfg)
965 {
966 m_errors.Add("no valid configuration for this case");
967 return false;
968 }
969
970 m_simlist = cfg->Simulations;
971 return true;
972}
973
974bool Simulation::InvokeSSCWithHandler(ISimulationHandler* ih, ssc_data_t p_data)
975{

Callers

nothing calls this directly

Calls 2

GetConfigurationMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected