Skip to content

Commit

Permalink
Merge pull request #168 from JCSDA/feature/btj_fix_spccoeff_nc2bin
Browse files Browse the repository at this point in the history
removed version optional from SpcCoeff_netcdf_to_binary
  • Loading branch information
BenjaminTJohnson authored Aug 19, 2024
2 parents 229ff89 + c6de9ff commit 72b1b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Coefficients/SpcCoeff/SpcCoeff_NC2BIN/SpcCoeff_NC2BIN.f90
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ PROGRAM SpcCoeff_NC2BIN
CALL Display_Message( PROGRAM_NAME, msg, FAILURE ); STOP
END IF

! Perform the conversion
err_stat = SpcCoeff_netCDF_to_Binary( nc_filename, bin_filename, Version = version )
! Perform the conversion (no change to version)
err_stat = SpcCoeff_netCDF_to_Binary( nc_filename, bin_filename )
IF ( err_stat /= SUCCESS ) THEN
msg = 'SpcCoeff netCDF -> Binary conversion failed!'
CALL Display_Message( PROGRAM_NAME, msg, FAILURE ); STOP
Expand Down

0 comments on commit 72b1b69

Please sign in to comment.