Skip to content

Commit 79e88b3

Browse files
committed
Fixed incorrect name of translate file displayed in console
1 parent e2e4be2 commit 79e88b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fast++-read_input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ bool read_fluxes(const options_t& opts, input_state_t& state) {
600600
std::string translate_file = opts.catalog+".translate";
601601
if (file::exists(translate_file)) {
602602
if (opts.verbose) {
603-
note("using column translation file '", catalog_file, "'");
603+
note("using column translation file '", translate_file, "'");
604604
}
605605

606606
vec1s tr_from, tr_to;

0 commit comments

Comments
 (0)