Skip to content

Commit

Permalink
update warning output (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig authored Nov 28, 2018
1 parent 45df1ab commit 5105174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion columnphysics/icepack_warnings.F90
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ subroutine icepack_warnings_setabort(abortflag,file,line)

! try to capture just the first setabort call

if (.not.warning_abort) then
if (abortflag) then
write(warnstr,*) subname,abortflag
if (present(file)) write(warnstr,*) trim(warnstr)//' :file '//trim(file)
if (present(line)) write(warnstr,*) trim(warnstr)//' :line ',line
Expand Down

0 comments on commit 5105174

Please sign in to comment.