Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
468116d9
Commit
468116d9
authored
Nov 16, 2015
by
GILLES Sebastien
Browse files
#743
Typo.
parent
aea8229c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/ModelInstances/FSI_EI/Newton/ModelForward.hxx
View file @
468116d9
...
...
@@ -96,7 +96,7 @@ namespace HappyHeart
const
PetscReal
evaluation_state_min
=
H0
.
Min
(
__FILE__
,
__LINE__
).
second
;
const
PetscReal
evaluation_state_max
=
H0
.
Max
(
__FILE__
,
__LINE__
).
second
;
std
::
cout
<<
"
\t
\
H0 -> "
<<
evaluation_state_min
<<
" and "
<<
evaluation_state_max
std
::
cout
<<
"
\t
H0 -> "
<<
evaluation_state_min
<<
" and "
<<
evaluation_state_max
<<
" on "
<<
H0
.
GetProgramWiseSize
(
__FILE__
,
__LINE__
)
<<
" elements.
\n
"
<<
std
::
endl
;
// OK
}
...
...
Write
Preview
Markdown
is supported
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