From 218d905333b2ed4571f9f348c9552283a5c1daaa Mon Sep 17 00:00:00 2001 From: Burlen Loring Date: Fri, 8 Sep 2023 14:57:11 -0700 Subject: [PATCH] test_cpp_temporal_reduction verbose cf_reader --- test/test_cpp_temporal_reduction_io.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_cpp_temporal_reduction_io.cpp b/test/test_cpp_temporal_reduction_io.cpp index 9334c21d7..5e4279a16 100644 --- a/test/test_cpp_temporal_reduction_io.cpp +++ b/test/test_cpp_temporal_reduction_io.cpp @@ -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();