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
Rémi Cailletaud
yade
Commits
56869e04
Commit
56869e04
authored
May 26, 2015
by
jduriez
Browse files
Add missing space in error message
parent
fdd008f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp
View file @
56869e04
...
...
@@ -65,7 +65,7 @@ void Law2_ScGeom_CapillaryPhys_Capillarity::action()
if
(
I
->
isReal
())
{
if
(
CapillaryPhys
::
getClassIndexStatic
()
==
I
->
phys
->
getClassIndex
())
hertzOn
=
false
;
else
if
(
MindlinCapillaryPhys
::
getClassIndexStatic
()
==
I
->
phys
->
getClassIndex
())
hertzOn
=
true
;
else
LOG_ERROR
(
"The capillary law is not implemented for interactions using"
<<
I
->
phys
->
getClassName
());
else
LOG_ERROR
(
"The capillary law is not implemented for interactions using
"
<<
I
->
phys
->
getClassName
());
bodiesMenisciiList
.
initialized
=
false
;
//must be re-initialized after creation of first real contact in the model
hertzInitialized
=
true
;
break
;
...
...
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