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
Daniel Perry
Nektar
Commits
5d1330cd
Commit
5d1330cd
authored
Aug 08, 2013
by
Spencer Sherwin
Committed by
Spencer Sherwin
Aug 26, 2013
Browse files
Corrected minor bug
parent
e45e8713
Changes
1
Show whitespace changes
Inline
Side-by-side
solvers/IncNavierStokesSolver/Utilities/CFLStep.cpp
View file @
5d1330cd
...
...
@@ -43,7 +43,7 @@ int main(int argc, char *argv[])
Array
<
OneD
,
MultiRegions
::
ExpListSharedPtr
>
fields
=
IncNav
->
UpdateFields
();
int
i
,
n
,
nquad
,
cnt
;
int
nfields
=
fields
.
num_elements
();
int
nexp
=
fields
[
n
]
->
GetExpSize
();
int
nexp
=
fields
[
0
]
->
GetExpSize
();
int
elmtid
=
Vmath
::
Imax
(
nexp
,
cfl
,
1
);
...
...
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