Skip to content

Commit

Permalink
GRIDEDIT-1546 Fixed clang formatting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BillSenior committed Nov 26, 2024
1 parent 0bbf445 commit dbd8761
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions libs/MeshKernelApi/src/MeshKernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1599,12 +1599,7 @@ namespace meshkernelapi

const auto result = meshKernelState[meshKernelId].m_mesh2d->GetSmoothness();

std::copy (result.begin (), result.end (), geometryList.values);

// for (auto i = 0; i < geometryList.num_coordinates; ++i)
// {
// geometryList.values[i] = result[i];
// }
std::copy(result.begin(), result.end(), geometryList.values);
}
catch (...)
{
Expand Down

0 comments on commit dbd8761

Please sign in to comment.