Skip to content

Commit 892ef65

Browse files
unsigned long -> auto
Update Common/src/interface_interpolation/CSlidingMesh.cpp Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
1 parent 9857080 commit 892ef65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/src/interface_interpolation/CSlidingMesh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ void CSlidingMesh::SetTransferCoeff(const CConfig* const* config) {
229229

230230
/*--- Contruct information regarding the target cell ---*/
231231

232-
unsigned long dPoint = target_geometry->nodes->GetGlobalIndex(target_iPoint);
232+
auto dPoint = target_geometry->nodes->GetGlobalIndex(target_iPoint);
233233
for (jVertexTarget = 0; jVertexTarget < nGlobalVertex_Target; jVertexTarget++)
234234
if( dPoint == Target_GlobalPoint[jVertexTarget] )
235235
break;

0 commit comments

Comments
 (0)