Skip to content

Commit

Permalink
and another incorrect group argument
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera committed Aug 26, 2024
1 parent 7ae913b commit 10d2787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cigr.F90
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ SUBROUTINE CUTEST_cigr_threadsafe_r( data, work, status, n, iprob, X, GR )

! evaluate the group derivative values.

CALL GROUP_r( work%GVALS, data%ng, work%FT, data%GPVALU, data%ng, &
CALL GROUP_r( work%GVALS, data%ng, work%FT, data%GPVALU, ncalcg, &
data%ITYPEG, data%ISTGP, work%ICALCF, data%ltypeg, &
data%lstgp, data%lcalcf, data%lcalcg, data%lgpvlu, &
.TRUE., igstat )
Expand Down

0 comments on commit 10d2787

Please sign in to comment.