Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
0450bd10
Commit
0450bd10
authored
Jul 20, 2016
by
GILLES Sebastien
Browse files
#859
Operators: remove forgotten debug line.
parent
0fc88797
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/Operators/LocalVariationalOperatorInstances/NonlinearForm/SecondPiolaKirchhoffStressTensor.hxx
View file @
0450bd10
...
...
@@ -473,15 +473,7 @@ namespace HappyHeart
transposed_De
,
dW
,
d2W
);
if
(
geom_elt
.
GetIndex
()
==
10000
||
geom_elt
.
GetIndex
()
==
10000
||
geom_elt
.
GetIndex
()
==
10000
||
geom_elt
.
GetIndex
()
==
10000
)
{
std
::
cout
<<
"dW after hyper visco active"
<<
std
::
endl
;
for
(
int
i
=
0
;
i
<
dW
.
GetLength
();
i
++
)
std
::
cout
<<
std
::
scientific
<<
std
::
setprecision
(
12
)
<<
dW
(
i
)
<<
"
\t
"
;
std
::
cout
<<
std
::
endl
;
}
# ifndef NDEBUG
Wrappers
::
Seldon
::
ThrowIfNanInside
(
d2W
,
__FILE__
,
__LINE__
);
# endif // NDEBUG
...
...
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