Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
a30ebff7
Commit
a30ebff7
authored
Dec 14, 2020
by
Steffen Schotthöfer
Browse files
spelling error
Former-commit-id:
bbb040bc
parent
7abca39a
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/include/common/globalconstants.h
View file @
a30ebff7
...
...
@@ -142,9 +142,9 @@ inline std::map<std::string, SCALAR_OUTPUT> ScalarOutput_Map{
{
"ITER"
,
ITER
},
{
"MASS"
,
MASS
},
{
"RMS_FLUX"
,
RMS_FLUX
},
{
"VTK_OUTPUT"
,
VTK_OUTPUT
},
{
"CSV_OUTPUT"
,
CSV_OUTPUT
}
};
// Spherical Basis Name
enum
SPHERICAL_BASIS_NAME
{
SPHERICAL_HARMONICS
,
SPHERICAL_MON
I
MIALS
};
enum
SPHERICAL_BASIS_NAME
{
SPHERICAL_HARMONICS
,
SPHERICAL_MON
O
MIALS
};
inline
std
::
map
<
std
::
string
,
SPHERICAL_BASIS_NAME
>
SphericalBasis_Map
{
{
"SPHERICAL_HARMONICS"
,
SPHERICAL_HARMONICS
},
{
"SPHERICAL_MON
I
MIALS"
,
SPHERICAL_MON
I
MIALS
}
};
{
"SPHERICAL_MON
O
MIALS"
,
SPHERICAL_MON
O
MIALS
}
};
#endif // GLOBAL_CONSTANTS_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment