Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/navier-stokes.h')
-rw-r--r--src/navier-stokes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/navier-stokes.h b/src/navier-stokes.h
index a8dda69..293be0d 100644
--- a/src/navier-stokes.h
+++ b/src/navier-stokes.h
@@ -7,6 +7,9 @@
#define M_PI 3.14159265358979323846
+// abort signal
+extern volatile bool g_abort;
+
// arrays on which the ffts are performed
typedef struct fft_vects {
fftw_complex* fft;