Skip to content

Commit b29ced5

Browse files
hellkite500mattw-nws
authored andcommitted
fix macro typo
1 parent c952ebe commit b29ced5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/forcing/CsvPerFeatureForcingProvider.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class CsvPerFeatureForcingProvider : public forcing::ForcingProvider
151151
return UnitsHelper::get_converted_value(available_forcings_units[output_name], value, output_units);
152152
}
153153
catch (const std::runtime_error& e){
154-
#ifndef UDUNITS_QUITE
154+
#ifndef UDUNITS_QUIET
155155
std::cerr<<"Unit conversion error: "<<std::endl<<e.what()<<std::endl<<"Returning unconverted value!"<<std::endl;
156156
#endif
157157
return value;

0 commit comments

Comments
 (0)