From 3e811108309c3474f973ccdc56447391642af5c4 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Fri, 31 Aug 2018 11:22:59 -0400 Subject: [PATCH 1/3] tell user whether DEBUG version or not --- src/DAMASK_spectral.f90 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/DAMASK_spectral.f90 b/src/DAMASK_spectral.f90 index 2ed94d06a..c60593912 100644 --- a/src/DAMASK_spectral.f90 +++ b/src/DAMASK_spectral.f90 @@ -154,6 +154,9 @@ program DAMASK_spectral ! init DAMASK (all modules) call CPFEM_initAll(el = 1_pInt, ip = 1_pInt) write(6,'(/,a)') ' <<<+- DAMASK_spectral init -+>>>' +#ifdef DEBUG + write(6,'(/,a)') ' <<<+- DEBUG version -+>>>' +#endif write(6,'(/,a,/)') ' Roters et al., Computational Materials Science, 2018' write(6,'(a15,a)') ' Current time: ',IO_timeStamp() #include "compilation_info.f90" From b66b01e65da6157c52177b61048ef48d4bded236 Mon Sep 17 00:00:00 2001 From: Test User Date: Fri, 31 Aug 2018 20:52:04 +0200 Subject: [PATCH 2/3] [skip ci] updated version information after successful test of v2.0.2-492-gb24ebb8a --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c1e114a98..9615f9d5f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.0.2-490-g29e55d20 +v2.0.2-492-gb24ebb8a From 36f0e9141d4e0ca06fe8e54cc3c978d81f47c53e Mon Sep 17 00:00:00 2001 From: Test User Date: Sat, 1 Sep 2018 12:39:08 +0200 Subject: [PATCH 3/3] [skip ci] updated version information after successful test of v2.0.2-494-g6a64637a --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c1e114a98..79ff3e2f6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.0.2-490-g29e55d20 +v2.0.2-494-g6a64637a