Skip to content

Commit

Permalink
cf_writer fix let threaded_algorithm process command line
Browse files Browse the repository at this point in the history
was forwarding to teca_algorithm which resulted in none of the threading
related properties being picked up from the command line.
  • Loading branch information
burlen committed Aug 29, 2023
1 parent 003ff91 commit aafdcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/teca_cf_writer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void teca_cf_writer::get_properties_description(
"the list of non-geometric arrays to write")
;

this->teca_algorithm::get_properties_description(prefix, opts);
this->teca_threaded_algorithm::get_properties_description(prefix, opts);

global_opts.add(opts);
}
Expand Down

0 comments on commit aafdcc2

Please sign in to comment.