From a1d649fc08ee26490da05b587997ae7ac5f6d2e7 Mon Sep 17 00:00:00 2001
From: Petra Lasch-Born <lasch@pik-potsdam.de>
Date: Mon, 17 Dec 2018 12:45:39 +0100
Subject: [PATCH] Deleted source_code/version2.2_windows/main_4c.f

---
 source_code/version2.2_windows/main_4c.f | 29 ------------------------
 1 file changed, 29 deletions(-)
 delete mode 100755 source_code/version2.2_windows/main_4c.f

diff --git a/source_code/version2.2_windows/main_4c.f b/source_code/version2.2_windows/main_4c.f
deleted file mode 100755
index 7f62f35..0000000
--- a/source_code/version2.2_windows/main_4c.f
+++ /dev/null
@@ -1,29 +0,0 @@
-
-!*****************************************************************!
-!*                                                               *!
-!*              4C (FORESEE) Simulation Model                    *!
-!*                main program for 4C                            *!
-!*                Unix/Linux Version                             *!
-!*                                                               *!
-!*                  Copyright (C) 1996-2018                      *!
-!*     Potsdam Institute for Climate Impact Reserach (PIK)       *!
-!*          Authors and contributors see AUTHOR file             *!
-!*  This file is part of 4C and is licensed under BSD-2-Clause   *!
-!*                   See LICENSE file or under:                  *!
-!*     http://www.https://opensource.org/licenses/BSD-2-Clause   *!
-!*                           Contact:                            *!
-!*       https://gitlab.pik-potsdam.de/foresee/4C                *!
-!*                                                               *!
-!*****************************************************************!
-	PROGRAM foresee
-      
-	USE data_simul
-
-	actDir = ''
-
-	CALL prepare_global
-
-        CALL sim_control
-
-	END PROGRAM foresee
-
-- 
GitLab