Skip to content

Commit

Permalink
remove incorrect external statement in test program
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera committed Feb 7, 2024
1 parent 2b8db72 commit 51036b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bgo/bgos2.f90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROGRAM GALAHAD_BGO_EXAMPLE2 ! GALAHAD 4.0 - 2022-03-07 AT 13:30 GMT
PROGRAM GALAHAD_BGO_EXAMPLE2 ! GALAHAD 4.3 - 2024-02-07 AT 07:30 GMT
USE GALAHAD_BGO_double ! double precision version
IMPLICIT NONE
INTEGER, PARAMETER :: wp = KIND( 1.0D+0 ) ! set precision
Expand All @@ -7,7 +7,6 @@ PROGRAM GALAHAD_BGO_EXAMPLE2 ! GALAHAD 4.0 - 2022-03-07 AT 13:30 GMT
TYPE ( BGO_inform_type ) :: inform
TYPE ( BGO_data_type ) :: data
TYPE ( GALAHAD_userdata_type ) :: userdata
EXTERNAL :: FUN, GRAD, HESS, HESSPROD
INTEGER :: s
INTEGER, PARAMETER :: n = 3, h_ne = 5
REAL ( KIND = wp ), PARAMETER :: p = 4.0_wp
Expand Down

0 comments on commit 51036b0

Please sign in to comment.