From c5bce78fafa42ef2f836d24eba9ebc8a7f7ec79d Mon Sep 17 00:00:00 2001 From: Franz Roters Date: Thu, 10 Sep 2020 08:55:56 +0200 Subject: [PATCH 1/4] [skip ci] corrected error number --- src/marc/discretization_marc.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/marc/discretization_marc.f90 b/src/marc/discretization_marc.f90 index 397e7514c..648554ed8 100644 --- a/src/marc/discretization_marc.f90 +++ b/src/marc/discretization_marc.f90 @@ -723,7 +723,7 @@ subroutine inputRead_microstructure(microstructureAt,& endif enddo - if(any(microstructureAt < 1)) call IO_error(190) + if(any(microstructureAt < 1)) call IO_error(180) end subroutine inputRead_microstructure From 875d599b5d182afe4775cfce13bd8f318a7caf71 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 13 Sep 2020 07:44:55 +0200 Subject: [PATCH 2/4] using simplified test --- PRIVATE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRIVATE b/PRIVATE index 1b82ac397..4301cb854 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit 1b82ac39703fdea70962aea47a0381d50bd1d44e +Subproject commit 4301cb854d79e4ad206af16b2570877113cd24ec From 2b51dc43fae3144cf24ece644b74517fd674b100 Mon Sep 17 00:00:00 2001 From: Franz Roters Date: Mon, 14 Sep 2020 12:45:03 +0200 Subject: [PATCH 3/4] updated remaining models --- PRIVATE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRIVATE b/PRIVATE index 4301cb854..8a35b8834 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit 4301cb854d79e4ad206af16b2570877113cd24ec +Subproject commit 8a35b8834010dedb453b9e5ad7bbc5791ab25e11 From ae0216fafe191c5d94e2317104f3761c8d9fa561 Mon Sep 17 00:00:00 2001 From: Test User Date: Fri, 18 Sep 2020 22:20:38 +0200 Subject: [PATCH 4/4] [skip ci] updated version information after successful test of v3.0.0-alpha-238-g6880ad42 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 98491cfa3..b2a634a3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.0.0-alpha-220-g4a913c83 +v3.0.0-alpha-238-g6880ad42