Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
20d9ec58
Commit
20d9ec58
authored
Feb 20, 2016
by
Chris Cantwell
Browse files
Put back fix for SingleMode 3D output.
parent
7d14419f
Changes
1
Hide whitespace changes
Inline
Side-by-side
utilities/FieldConvert/Field.hpp
View file @
20d9ec58
...
...
@@ -289,6 +289,16 @@ struct Field {
nplanes
=
m_fielddef
[
0
]
->
m_numModes
[
2
];
lz
=
m_fielddef
[
0
]
->
m_homogeneousLengths
[
0
];
btype
=
m_fielddef
[
0
]
->
m_basis
[
2
];
if
(
btype
==
LibUtilities
::
eFourierSingleMode
)
{
btype
=
LibUtilities
::
eFourier
;
m_fielddef
[
0
]
->
m_basis
[
2
]
=
LibUtilities
::
eFourierSingleMode
;
if
(
nplanes
<=
2
)
{
nplanes
=
4
;
}
}
}
else
{
...
...
Write
Preview
Supports
Markdown
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