Update src/region_sphere.h

Co-authored-by: Axel Kohlmeyer <akohlmey@gmail.com>
This commit is contained in:
alphataubio
2024-10-03 09:49:56 -04:00
committed by GitHub
parent 9c06e8265f
commit 29eafa999b

View File

@ -36,7 +36,7 @@ class RegSphere : public Region {
void set_velocity_shape() override;
void velocity_contact_shape(double *, double *) override;
protected: // KOKKOS subclass needs protected not private
protected:
double xc, yc, zc;
double radius;
int xstyle, xvar;