Skip to content

Commit

Permalink
Merge branch 'user/nnz/fix4cray_compiler' into dev/master
Browse files Browse the repository at this point in the history
* Continuation of character context in free source form requires an "&"
  as the first nonblank character of the next line.
  • Loading branch information
underwoo committed Feb 26, 2016
2 parents e1f15ba + bd21865 commit a0856b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpp/include/mpp_chksum_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ function MPP_CHKSUM_INT_RMASK_( var, pelist, mask_val )
errStr = errStr // tmpstr3 // ") mask_val="
write(unit=tmpstr4,fmt=*) mask_val
errStr = errStr // trim(tmpstr4) // "has been called with these strange values. Check your KINDS, _FillValue, pack and mask_val. // &
Hint: Try being explicit and using MPP_FILL_{INT,FLOAT,DOUBLE}. Continuing by using the default MPP_FILL_INT. // &
THIS WILL BE FATAL IN THE FUTURE!"
& Hint: Try being explicit and using MPP_FILL_{INT,FLOAT,DOUBLE}. Continuing by using the default MPP_FILL_INT. // &
& THIS WILL BE FATAL IN THE FUTURE!"
call mpp_error(WARNING, trim(errStr) )

imask_val = MPP_FILL_INT
Expand Down

0 comments on commit a0856b2

Please sign in to comment.