Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
758ecd7b
Commit
758ecd7b
authored
May 27, 2020
by
Dennis Gläser
Browse files
[example3] fix typo in comment
parent
60640b13
Changes
1
Show whitespace changes
Inline
Side-by-side
appl/example3/example3.cc
View file @
758ecd7b
...
...
@@ -188,7 +188,7 @@ int main(int argc, char** argv)
if
(
!
constraintsOnDomain
.
evaluate
(
domainBoundaryFaces
,
geom
))
{
status
.
increaseRejectedCounter
();
continue
;
}
// the
disk
is admissible
// the
geometry
is admissible
entitySets
.
addEntity
(
geom
,
id
);
status
.
increaseCounter
(
id
);
status
.
print
();
...
...
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