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/timestep.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/timestep.c b/src/timestep.c
index 66b3a39..753d8b3 100644
--- a/src/timestep.c
+++ b/src/timestep.c
@@ -4,6 +4,7 @@
 #include<math.h>
 //#include "io.h"
 #include "general.h"
+#include "globals.h"
 #include "timestep.h"
 #include "vertexmove.h"
 #include "bondflip.h"

--
Gitblit v1.9.3