Skip to content
Snippets Groups Projects
Commit 3c5ead6e authored by Hkorb's avatar Hkorb
Browse files

add some consts

parent 4912dd71
No related branches found
No related tags found
1 merge request!446Probe concentration
......@@ -113,10 +113,10 @@ private:
private:
SPtr<Parameter> para;
SPtr<CudaMemoryManager> cudaMemoryManager;
uint tStartSampling, tStartTemporalAveraging, tBetweenSamples, tStartWritingOutput, tBetweenWriting;
const uint tStartSampling, tStartTemporalAveraging, tBetweenSamples, tStartWritingOutput, tBetweenWriting;
const bool computeTimeAverages, sampleScalar;
bool nameFilesWithFileCount = false;
Axis planeNormal;
const Axis planeNormal;
std::vector<Statistic> statistics;
std::vector<LevelData> levelData;
std::vector<std::string> fileNamesForCollectionFile;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment