fvMeshTopoChangersMeshToMesh: Changed the timeIndex hash to int64_t

to increase the maximum run-time.
This commit is contained in:
Henry Weller
2023-06-05 20:32:31 +01:00
parent 89858fc997
commit 7040dabb80

View File

@ -64,7 +64,7 @@ class meshToMesh
scalar timeDelta_; scalar timeDelta_;
//- Hash set of mesh mapping time indices //- Hash set of mesh mapping time indices
labelHashSet timeIndices_; HashSet<int64_t, Hash<int64_t>> timeIndices_;
//- The time index used for updating //- The time index used for updating
label timeIndex_; label timeIndex_;