From 480ce57afa138d0daac4ae750a63ac2ee9e56bd4 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Thu, 26 May 2022 17:28:48 -0400 Subject: Fix denomination: enstrophy -> alpha --- src/navier-stokes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/navier-stokes.c') 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, -- cgit v1.2.3-54-g00ecf