Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Enhancements to Celsius support #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rdbahm
Copy link

@rdbahm rdbahm commented Oct 24, 2017

Added a new #define that can be set to false to choose celsius. Could not locate a source for a heatindex formula for C, so we convert to F and then back to C inside the heatindex function.

This resolves #28.

Can be set to false to choose celsius. Could not locate a source for a heatindex formula for C, so we convert to F and then back to C inside the heatindex function. We do this using preprocessor defines, so it has no performance impact on F users. Sorry, C users.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Temp in C not F?
1 participant