From 06afc729f9061c1cfa14c78728d61d518324c2f0 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 04 May 2022 05:46:43 +0000 Subject: [PATCH] Moved all global variables to separate file and defined extern keyword where appropriate --- src/general.h | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/general.h b/src/general.h index d131ca6..2f15c50 100644 --- a/src/general.h +++ b/src/general.h @@ -352,14 +352,6 @@ ts_cluster **cluster; } ts_cluster_list; - -/* GLOBAL VARIABLES */ - -int quiet; -ts_double V0; -ts_double A0; -ts_double epsvol; -ts_double epsarea; /* FUNCTIONS */ /** Non-fatal error function handler: -- Gitblit v1.9.3