Skip to content

Commit

Permalink
print to debuug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbalasus committed Aug 10, 2023
1 parent af45fa5 commit a63210f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/hco_arr_mod.F90
Expand Up @@ -1239,7 +1239,7 @@ SUBROUTINE HCO_ValInit_3D_Sp( Val, nx, ny, nz, Alloc, RC )
! Initialize Val if dimensions are nonzero
ALLOCATE( Val( nx, ny, nz ), STAT=RC )
IF ( RC /= HCO_SUCCESS ) THEN
errMsg = 'Could not allocate Val!'
errMsg = 'Could not allocate Val!' nx,ny,nz
CALL HCO_Error( errMsg, RC, thisLoc )
RETURN
ENDIF
Expand Down

0 comments on commit a63210f

Please sign in to comment.