fix small bug in assertion caused by incorrect spelling
This commit is contained in:
@ -65,7 +65,7 @@ void SimulatorController::startup()
|
|||||||
if (m_Experiments.size() == 0) {
|
if (m_Experiments.size() == 0) {
|
||||||
// Experiment was initialized indirecty, therefore there
|
// Experiment was initialized indirecty, therefore there
|
||||||
// should be at least one experiment flow.
|
// should be at least one experiment flow.
|
||||||
assert(m_flows.size() > 0 && "No experiment was added (directly or indirectly)");
|
assert(m_Flows.size() > 0 && "No experiment was added (directly or indirectly)");
|
||||||
} else {
|
} else {
|
||||||
std::string experiment_name;
|
std::string experiment_name;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user