Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/plugin/secondaryparticles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Real clampPotential(Real potential, Real tauMin, Real tauMax) {
}

// computes all three potentials(trapped air, wave crest, kinetic energy) and the neighbor ratio for every fluid cell and stores it in the respective grid.
// Is less readable but significantly faster than using seperate potential computation
// Is less readable but significantly faster than using separate potential computation
KERNEL(bnd = radius)
void knFlipComputeSecondaryParticlePotentials(
Grid<Real> &potTA, Grid<Real> &potWC, Grid<Real> &potKE, Grid<Real> &neighborRatio, const FlagGrid &flags, const MACGrid &v, const Grid<Vec3> &normal,
Expand Down Expand Up @@ -713,4 +713,4 @@ void flipUpdateNeighborRatio(



} //namespace
} //namespace