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
f115c665
Commit
f115c665
authored
Feb 03, 2016
by
Chris Cantwell
Committed by
Spencer Sherwin
Mar 04, 2016
Browse files
Removed cout.
parent
63d00cb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/SolverUtils/Forcing/ForcingBody.cpp
View file @
f115c665
...
...
@@ -92,11 +92,10 @@ namespace SolverUtils
"FIELDFORCETIMEFCN."
);
m_session
->
SubstituteExpressions
(
funcNameTime
);
m_timeFcnEqn
=
MemoryManager
<
LibUtilities
::
Equation
>
::
AllocateSharedPtr
(
m_session
,
funcNameTime
);
m_timeFcnEqn
=
MemoryManager
<
LibUtilities
::
Equation
>
::
AllocateSharedPtr
(
m_session
,
funcNameTime
);
m_hasTimeFcnScaling
=
true
;
cout
<<
"Read Fcn Time Scaling: "
<<
funcNameTime
<<
endl
;
}
}
...
...
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