fvMeshTopoChangersMeshToMesh: Changed the timeIndex hash to int64_t
to increase the maximum run-time.
This commit is contained in:
@ -64,7 +64,7 @@ class meshToMesh
|
||||
scalar timeDelta_;
|
||||
|
||||
//- Hash set of mesh mapping time indices
|
||||
labelHashSet timeIndices_;
|
||||
HashSet<int64_t, Hash<int64_t>> timeIndices_;
|
||||
|
||||
//- The time index used for updating
|
||||
label timeIndex_;
|
||||
|
||||
Reference in New Issue
Block a user