Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Williamson authored and mattw-nws committed Jul 19, 2022
1 parent 4f52e92 commit 2e9ed48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions include/forcing/NetCDFPerFeatureDataProvider.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,9 @@ namespace data_access
}
catch (const std::runtime_error& e)
{
#ifndef UDUNITS_QUIET
std::cerr<<"Unit conversion error: "<<std::endl<<e.what()<<std::endl<<"Returning unconverted value!"<<std::endl;
#endif
return rvalue;
}

Expand Down
4 changes: 0 additions & 4 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ add_test(test_realization_config
realizations/Formulation_Manager_Test.cpp
NGen::core
NGen::realizations_catchment
NGen::forcing
NGen::core_mediator
NGen::forcing
libudunits2
Expand Down Expand Up @@ -298,7 +297,6 @@ add_test(
NGen::forcing
NGen::geojson
NGen::realizations_catchment
NGen::forcing
libudunits2
${NETCDF_LIBRARIES}
)
Expand Down Expand Up @@ -333,7 +331,6 @@ add_test(
NGen::forcing
NGen::geojson
NGen::realizations_catchment
NGen::forcing
libudunits2
${NETCDF_LIBRARIES}
)
Expand Down Expand Up @@ -372,7 +369,6 @@ add_test(
NGen::forcing
NGen::geojson
NGen::realizations_catchment
NGen::forcing
libudunits2
${NETCDF_LIBRARIES}
)

0 comments on commit 2e9ed48

Please sign in to comment.