Skip to content

Commit 21a325f

Browse files
committed
Fixed incorrect name of translate file displayed in console
1 parent 604b851 commit 21a325f

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
@@ -408,7 +408,7 @@ bool read_fluxes(const options_t& opts, input_state_t& state) {
408408
std::string translate_file = opts.catalog+".translate";
409409
if (file::exists(translate_file)) {
410410
if (opts.verbose) {
411-
note("using column translation file '", catalog_file, "'");
411+
note("using column translation file '", translate_file, "'");
412412
}
413413

414414
vec1s tr_from, tr_to;

0 commit comments

Comments
 (0)