Fix potential spurious failure from uninitialized variable
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 14 Nov 2019 23:20:36 +0000 (00:20 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2019 23:20:36 +0000 (00:20 +0100)
ctest/c_zblat3.f

index 5df834b..cc109d6 100644 (file)
@@ -1504,6 +1504,8 @@ C     $      '      .' )
       NC = 0
       RESET = .TRUE.
       ERRMAX = RZERO
+      RALS = RONE
+      RBETS = RONE
 *
       DO 100 IN = 1, NIDIM
          N = IDIM( IN )