Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use FT for "floating point type" #446

Closed
glwagner opened this issue Oct 7, 2019 · 1 comment · Fixed by #614
Closed

Use FT for "floating point type" #446

glwagner opened this issue Oct 7, 2019 · 1 comment · Fixed by #614
Labels
cleanup 🧹 Paying off technical debt

Comments

@glwagner
Copy link
Member

glwagner commented Oct 7, 2019

In various parts of the code we use either T or FT to indicate the floating point type (eg, Float64 or Float32).

We should use FT consistently, as CLIMA will:

CliMA/ClimateMachine.jl#461

@glwagner glwagner changed the title Use DF for "floating point type" Use FT for "floating point type" Oct 8, 2019
@glwagner glwagner added the cleanup 🧹 Paying off technical debt label Oct 8, 2019
@ali-ramadhan
Copy link
Member

Hmmm, yeah I think T is still used in the Operators module. I'll make sure to use FT from now on, and we can close this when we've used FT everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup 🧹 Paying off technical debt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants