Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
add HashTable "broken" entry (FAQ?)
authored
Jul 09, 2020
by
Mark OLESEN
Show whitespace changes
Inline
Side-by-side
coding/patterns/precision.md
View page @
5264630e
...
@@ -5,8 +5,11 @@
...
@@ -5,8 +5,11 @@
***We are happy to incorporate content from volunteers!!***
***We are happy to incorporate content from volunteers!!***
## Coding Patterns
## Coding Patterns - Precision
[[
_TOC_
]]
## Precision
OpenFOAM supports compile-time selection of its usual integer elements
OpenFOAM supports compile-time selection of its usual integer elements
(
`label`
) and its usual floating-point elements (
`scalar`
).
(
`label`
) and its usual floating-point elements (
`scalar`
).
...
@@ -96,6 +99,6 @@ there is no type ambiguity for the compiler.
...
@@ -96,6 +99,6 @@ there is no type ambiguity for the compiler.
----
----
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019
-2020
OpenCFD Ltd.
[
code-patterns
]:
/coding/patterns/patterns
[
code-patterns
]:
/coding/patterns/patterns