added simulation model label
This commit is contained in:
parent
b4928c720b
commit
fd5e9755ab
|
|
@ -2188,6 +2188,8 @@ SimulationResults DRMSimulationModel::computeResults(const std::shared_ptr<Simul
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
results.simulationModelUsed = label;
|
||||||
|
|
||||||
return results;
|
return results;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -80,6 +80,7 @@ public:
|
||||||
};
|
};
|
||||||
static JsonLabels jsonLabels;
|
static JsonLabels jsonLabels;
|
||||||
};
|
};
|
||||||
|
inline const static std::string label{"DRM"};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Settings mSettings;
|
Settings mSettings;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue