Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <ian@jauslin.org>2022-05-25 22:32:03 -0400
committerIan Jauslin <ian@jauslin.org>2022-05-25 22:32:03 -0400
commitfa8dc681cc502f3111f7e0c7bcab6fbe20013971 (patch)
tree8ec6f64736f04688126b06f11dc1f6809ed23adb /src/main.c
parent5d92b56c01a79ecbb2df963b4732d0f12687cf75 (diff)
Enforce reality for whole convolution term
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3d8867e..3c617a3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -77,7 +77,7 @@ int main (
energy(K1, K2, N1, N2, nsteps, nu, delta, L, g, print_freq, nthreads);
}
else if(command==COMMAND_ENSTROPHY){
- energy(K1, K2, N1, N2, nsteps, nu, delta, L, g, print_freq, nthreads);
+ enstrophy(K1, K2, N1, N2, nsteps, nu, delta, L, g, print_freq, nthreads);
}
else if(command==COMMAND_QUIET){
quiet(K1, K2, N1, N2, nsteps, nu, delta, L, g, nthreads);