Skip to content

Commit d0b0da3

Browse files
committed
Fixed template error function file default value
1 parent d1a2f46 commit d0b0da3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/fast++-read_input.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,10 +625,6 @@ bool read_params(options_t& opts, input_state_t& state, const std::string& filen
625625
opts.filters_res = std::string(FASTPP_SHARE_DIR)+"/FILTER.RES.latest";
626626
}
627627

628-
if (opts.temp_err_file.empty()) {
629-
opts.temp_err_file = std::string(FASTPP_SHARE_DIR)+"/TEMPLATE_ERROR.fast.v0.2";
630-
}
631-
632628
if (opts.library_dir.empty()) {
633629
opts.library_dir = std::string(FASTPP_SHARE_DIR)+"/libraries/";
634630
} else {

0 commit comments

Comments
 (0)