Skip to content

Commit e95cdfa

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

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
@@ -464,7 +464,7 @@ void CSlidingMesh::SetTransferCoeff(const CConfig* const* config) {
464464
for (iDim = 0; iDim < nDim; iDim++)
465465
Coord_i[iDim] = target_geometry->nodes->GetCoord(target_iPoint, iDim);
466466

467-
unsigned long dPoint = target_geometry->nodes->GetGlobalIndex(target_iPoint);
467+
auto dPoint = target_geometry->nodes->GetGlobalIndex(target_iPoint);
468468
for (target_iPoint = 0; target_iPoint < nGlobalVertex_Target; target_iPoint++){
469469
if( dPoint == Target_GlobalPoint[target_iPoint] )
470470
break;

0 commit comments

Comments
 (0)