Skip to content

Commit 0866b67

Browse files
Theresa CorderoTheresa Cordero
authored andcommitted
Fix missing '&' at continued line
1 parent b90bb55 commit 0866b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config_src/external/GFDL_ocean_BGC/MOM_generic_tracer.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function register_MOM_generic_tracer(HI, GV, param_file, CS, tr_Reg, restart_CS)
8787

8888
register_MOM_generic_tracer = .false.
8989

90-
call MOM_error(FATAL, "register_MOM_generic_tracer should not be called with the stub code "//
90+
call MOM_error(FATAL, "register_MOM_generic_tracer should not be called with the stub code "// &
9191
"in MOM6/config_src/external, as it does nothing. Recompile using the full MOM_generic_tracer package.")
9292

9393
end function register_MOM_generic_tracer

0 commit comments

Comments
 (0)