Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <ian@jauslin.org>2022-05-26 17:28:48 -0400
committerIan Jauslin <ian@jauslin.org>2022-05-26 18:44:28 -0400
commit480ce57afa138d0daac4ae750a63ac2ee9e56bd4 (patch)
tree72f912ae8ad89e59aa335503c0e0150991d69d9e /src/navier-stokes.c
parentaa66aadb7451fe3f82f4c05e2fe860084e1e644f (diff)
Fix denomination: enstrophy -> alpha
Diffstat (limited to 'src/navier-stokes.c')
-rw-r--r--src/navier-stokes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/navier-stokes.c b/src/navier-stokes.c
index fadc87e..24b4508 100644
--- a/src/navier-stokes.c
+++ b/src/navier-stokes.c
@@ -120,8 +120,8 @@ int energy(
return(0);
}
-// compute enstrophy as a function of time in the I-NS equation
-int enstrophy(
+// compute alpha as a function of time in the I-NS equation
+int alpha(
int K1,
int K2,
int N1,