Skip to content

Commit

Permalink
classification now correctly defined as character in utest
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera committed Sep 29, 2024
1 parent ac3f0d1 commit b716b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/utest.F90
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ PROGRAM CUTEST_test_unconstrained_tools
REAL ( KIND = rp_ ) :: f
LOGICAL :: grad, byrows, goth
CHARACTER ( len = 10 ) :: p_name
CHARACTER ( len = 30 ) :: classification
INTEGER ( KIND = ip_ ), ALLOCATABLE, DIMENSION( : ) :: X_type
INTEGER ( KIND = ip_ ), ALLOCATABLE, DIMENSION( : ) :: H_row, H_col
INTEGER ( KIND = ip_ ), ALLOCATABLE, DIMENSION( : ) :: HE_row, HE_row_ptr
Expand Down

0 comments on commit b716b04

Please sign in to comment.