Skip to content

Commit

Permalink
Fix test failure: Fix incorrect NetCDF file id
Browse files Browse the repository at this point in the history
  • Loading branch information
kwrobot committed Jan 9, 2025
1 parent 7622e69 commit 159d665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/teca_table_writer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ int write_netcdf(const_p_teca_table table, const std::string &file_name,
if (atrs.get(col_name, col_atts) == 0)
{
if (teca_netcdf_util::write_variable_attributes(
fh, col_var_id, col_atts))
fh.get(), col_var_id, col_atts))
{
TECA_ERROR("Failed to write the attributes for column \""
<< col_name << "\"")
Expand Down

0 comments on commit 159d665

Please sign in to comment.