mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format : Set AllowAllParametersOfDeclarationOnNextLine to false
This commit is contained in:
@@ -89,8 +89,10 @@ private:
|
||||
RimFracture* fracture,
|
||||
bool disableLighting );
|
||||
|
||||
static std::vector<cvf::Vec3f> transformToFractureDisplayCoords(
|
||||
const std::vector<cvf::Vec3f>& polygon, cvf::Mat4d m, const caf::DisplayCoordTransform& displayCoordTransform );
|
||||
static std::vector<cvf::Vec3f>
|
||||
transformToFractureDisplayCoords( const std::vector<cvf::Vec3f>& polygon,
|
||||
cvf::Mat4d m,
|
||||
const caf::DisplayCoordTransform& displayCoordTransform );
|
||||
|
||||
static cvf::ref<cvf::DrawableGeo> buildDrawableGeoFromTriangles( const std::vector<cvf::uint>& triangleIndices,
|
||||
const std::vector<cvf::Vec3f>& nodeCoords );
|
||||
|
||||
Reference in New Issue
Block a user