Skip to content

Commit

Permalink
Cleaned up white space
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed May 5, 2018
1 parent f8ffe35 commit e16fb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracer/MOM_generic_tracer.F90
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ subroutine initialize_MOM_generic_tracer(restart, day, G, GV, h, param_file, dia
elseif(.not. g_tracer%requires_restart) then
!Do nothing for this tracer, it is initialized by the tracer package
call MOM_error(NOTE,"initialize_MOM_generic_tracer: "//&
"skip initialization of generic tracer "//trim(g_tracer_name))
"skip initialization of generic tracer "//trim(g_tracer_name))
else !Do it old way if the tracer is not registered to start from a specific source file.
!This path should be deprecated if all generic tracers are required to start from specified sources.
if (len_trim(CS%IC_file) > 0) then
Expand Down

0 comments on commit e16fb14

Please sign in to comment.