Update src/region_sphere.h
Co-authored-by: Axel Kohlmeyer <akohlmey@gmail.com>
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user