mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Use const ref when possible (2)
This commit is contained in:
@@ -85,7 +85,10 @@ public:
|
||||
|
||||
std::vector<std::pair<QString, QString>> getStimPlanPropertyNamesUnits() const;
|
||||
|
||||
void setDataAtTimeValue( QString resultName, QString unit, std::vector<std::vector<double>> data, double timeStepValue );
|
||||
void setDataAtTimeValue( const QString& resultName,
|
||||
const QString& unit,
|
||||
const std::vector<std::vector<double>>& data,
|
||||
double timeStepValue );
|
||||
|
||||
const std::vector<std::vector<double>>&
|
||||
getDataAtTimeIndex( const QString& resultName, const QString& unit, size_t timeStepIndex ) const;
|
||||
|
||||
Reference in New Issue
Block a user