Skip to content

Commit 06a3d9e

Browse files
committed
Fixed spacing in progress message
1 parent efcf5bb commit 06a3d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/egg-gencat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ if (!no_flux) {
12981298
out.rfmag_bulge.resize(ngal, rfbands.size());
12991299

13001300
if (verbose) {
1301-
note("computing fluxes ", (rffilters.empty() ? "" : "and absolute magnitudes"), "...");
1301+
note("computing fluxes", (rffilters.empty() ? "" : " and absolute magnitudes"), "...");
13021302
}
13031303

13041304
if (file::get_basename(ir_lib_file) == "ir_lib_cs15.fits") {

0 commit comments

Comments
 (0)