Points: fix many linter warnings

This commit is contained in:
wmayer
2024-03-12 14:09:17 +01:00
committed by wwmayer
parent be5dce2e9e
commit 0b8990c96c
14 changed files with 298 additions and 242 deletions

View File

@@ -38,7 +38,7 @@ public:
Sphere3& operator= (const Sphere3& rkSphere);
Vector3<Real> Center;
Real Radius;
Real Radius{};
};
}