Skip to content

Commit a804a1c

Browse files
committed
Release 2.5.6
turn off debug printing in usetup
1 parent 534ffd6 commit a804a1c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'CUTEst',
33
'fortran', 'c',
4-
version: '2.5.5',
4+
version: '2.5.6',
55
meson_version: '>= 0.62.0',
66
default_options: [
77
'buildtype=release',

src/tools/usetup.F90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! THIS VERSION: CUTEST 2.5 - 2025-08-10 AT 15:50 GMT.
1+
! THIS VERSION: CUTEST 2.5 - 2025-08-12 AT 15:55 GMT.
22

33
#include "cutest_modules.h"
44
#include "cutest_routines.h"
@@ -197,8 +197,8 @@ SUBROUTINE CUTEST_usetup_threadsafe_r( data, work, status, input, out, &
197197
data%su_time = REAL( count, KIND = sp ) / REAL( count_rate, KIND = sp )
198198
data%out = out
199199
work%io_buffer = io_buffer
200-
! debug = .FALSE.
201-
debug = .TRUE.
200+
debug = .FALSE.
201+
! debug = .TRUE.
202202
debug = debug .AND. out > 0
203203

204204
! input the problem dimensions

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* CUTEst version 2.5.5 (10/Aug/2025 15:50 GMT)
1+
* CUTEst version 2.5.6 (10/Aug/2025 15:50 GMT)

0 commit comments

Comments
 (0)