Skip to content

Commit

Permalink
fix macro typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hellkite500 authored and mattw-nws committed Dec 13, 2021
1 parent c952ebe commit b29ced5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/forcing/CsvPerFeatureForcingProvider.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class CsvPerFeatureForcingProvider : public forcing::ForcingProvider
return UnitsHelper::get_converted_value(available_forcings_units[output_name], value, output_units);
}
catch (const std::runtime_error& e){
#ifndef UDUNITS_QUITE
#ifndef UDUNITS_QUIET
std::cerr<<"Unit conversion error: "<<std::endl<<e.what()<<std::endl<<"Returning unconverted value!"<<std::endl;
#endif
return value;
Expand Down

0 comments on commit b29ced5

Please sign in to comment.