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
Julia
Nektar
Commits
7b9e80c6
Commit
7b9e80c6
authored
Feb 04, 2014
by
Chris Cantwell
Browse files
Removed commented out print statements.
parent
57846bd5
Changes
3
Hide whitespace changes
Inline
Side-by-side
cmake/FindFFTW.cmake
View file @
7b9e80c6
...
...
@@ -6,7 +6,6 @@ SET(FFTW_SEARCH_PATHS
${
CMAKE_SOURCE_DIR
}
/../ThirdParty/fftw-3.2.2/lib/
${
CMAKE_SOURCE_DIR
}
/ThirdParty/build/dist/lib
${
CMAKE_SOURCE_DIR
}
/../ThirdParty/build/dist/lib
/opt/local/lib
$ENV{LD_LIBRARY_PATH} $ENV{FFTW_HOME}/lib
)
FIND_LIBRARY
(
FFTW_LIB NAMES fftw3 fftw3f PATHS
${
FFTW_SEARCH_PATHS
}
)
...
...
solvers/CompressibleFlowSolver/EquationSystems/EulerCFE.cpp
View file @
7b9e80c6
...
...
@@ -453,7 +453,6 @@ namespace Nektar
int
id1
=
m_fields
[
0
]
->
GetBndCondExpansions
()[
bcRegion
]
->
GetPhys_Offset
(
e
);
id2
=
m_fields
[
0
]
->
GetTrace
()
->
GetPhys_Offset
(
bndTraceMap
[
cnt
++
]);
//cout << id1 << " -> " << id2 << endl;
Array
<
OneD
,
NekDouble
>
x
(
npoints
,
0.0
);
Array
<
OneD
,
NekDouble
>
y
(
npoints
,
0.0
);
...
...
solvers/CompressibleFlowSolver/RiemannSolvers/ExactSolverToro.cpp
View file @
7b9e80c6
...
...
@@ -174,10 +174,6 @@ namespace Nektar
{
static
NekDouble
gamma
=
m_params
[
"gamma"
]();
// std::cout << rhouL << " " << rhouR << " "
// << rhovL << " " << rhovR << " "
// << rhowL << " " << rhowR << std::endl;
// Left and right variables.
NekDouble
uL
=
rhouL
/
rhoL
;
NekDouble
vL
=
rhovL
/
rhoL
;
...
...
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