From 3441200b13a59a27b977e9155383a81579192e0f Mon Sep 17 00:00:00 2001 From: Dave Gill Date: Fri, 22 Feb 2019 19:26:21 -0700 Subject: [PATCH 1/2] Introduce a compiler error --- run_this.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/run_this.f90 b/run_this.f90 index 8148cad..f348af7 100644 --- a/run_this.f90 +++ b/run_this.f90 @@ -1,3 +1,4 @@ program run_this print *,'Hmmm, program seemed to run' +a compiler error end program run_this From 2f5a543252e60309e8aa942ea45d66dc89fde8e5 Mon Sep 17 00:00:00 2001 From: Dave Gill Date: Fri, 22 Feb 2019 19:44:26 -0700 Subject: [PATCH 2/2] and undo the compiler error --- run_this.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_this.f90 b/run_this.f90 index f348af7..5b1f35a 100644 --- a/run_this.f90 +++ b/run_this.f90 @@ -1,4 +1,4 @@ program run_this print *,'Hmmm, program seemed to run' -a compiler error +! no longer is this a compiler error end program run_this