Skip to content

Commit

Permalink
test_cpp_temporal_reduction verbose cf_reader
Browse files Browse the repository at this point in the history
  • Loading branch information
burlen committed Sep 12, 2023
1 parent 4e31e4a commit 02d3db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_cpp_temporal_reduction_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ int main(int argc, char **argv)
cf_reader->set_z_axis_variable(z_axis_var == "." ? std::string() : z_axis_var);
cf_reader->set_t_axis_variable(t_axis_var);
cf_reader->set_files_regex(files_regex);
cf_reader->set_verbose(1);

// temporal reduction
auto reduc = teca_cpp_temporal_reduction::New();
Expand Down

0 comments on commit 02d3db8

Please sign in to comment.