Skip to content

Commit

Permalink
Starting an update to vtmop
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed May 27, 2020
1 parent 678c270 commit 754d1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libensemble/gen_funcs/vtmop/vtmop_initializer.f90
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PROGRAM VTMOP_INITIALIZER
CLOSE(12)

! Initialize the VTMOP status object.
CALL VTMOP_INIT( VTMOP, D, P, LB, UB, IERR, TRUST_RAD=TRUST_RAD, ICHKPT=1 )
CALL VTMOP_INIT( VTMOP, D, P, LB, UB, IERR, TRUST_RADF=TRUST_RAD, ICHKPT=1 )
IF (IERR .NE. 0) THEN
WRITE(ERROR_UNIT, "(A,I4)") &
"An error occurred while initializing. Error code: ", IERR
Expand Down

0 comments on commit 754d1be

Please sign in to comment.