From d638d13ad38a6320e6f843f2e191d357d35f90d8 Mon Sep 17 00:00:00 2001 From: fmn Date: Sun, 26 Jan 2025 16:16:18 +0800 Subject: [PATCH] fix typo (seperate -> separate) --- source/plugin/secondaryparticles.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/plugin/secondaryparticles.cpp b/source/plugin/secondaryparticles.cpp index 736b10eae..33b92db05 100644 --- a/source/plugin/secondaryparticles.cpp +++ b/source/plugin/secondaryparticles.cpp @@ -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 &potTA, Grid &potWC, Grid &potKE, Grid &neighborRatio, const FlagGrid &flags, const MACGrid &v, const Grid &normal, @@ -713,4 +713,4 @@ void flipUpdateNeighborRatio( -} //namespace \ No newline at end of file +} //namespace