Fix denomination: enstrophy -> alpha

This commit is contained in:
2022-05-26 17:28:48 -04:00
parent aa66aadb74
commit 480ce57afa
4 changed files with 12 additions and 12 deletions

View File

@@ -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,