Skip to content

Commit

Permalink
opencasecade case
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangyu-Hu committed Jun 30, 2024
1 parent a241082 commit ae8c5d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class BoundaryGeometry : public BodyPartByParticle

class Leaflet;
template <>
class ParticleGenerator<Leaflet> : public ParticleGenerator<SurfaceParticles>
class ParticleGenerator<SurfaceParticles, Leaflet> : public ParticleGenerator<SurfaceParticles>
{
public:
explicit ParticleGenerator(SPHBody &sph_body, SurfaceParticles &surface_particles)
Expand Down

0 comments on commit ae8c5d1

Please sign in to comment.