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
iwr
dune-gmsh4
Commits
d3486252
Commit
d3486252
authored
Sep 15, 2020
by
Stenger, Florian
Browse files
chapter 7 code-snippet
parent
545e0a7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/paperTest7.2.cc
View file @
d3486252
...
...
@@ -27,7 +27,7 @@ int main(int argc, char** argv)
reader
.
read
(
"dune-gmsh4/src/meshes/sphere_order4.msh"
);
auto
grid
=
factory
.
createGrid
();
CurvedSurfaceGrid
curvedGrid
(
*
grid
,
creator
);
CurvedSurfaceGrid
curvedGrid
(
*
grid
,
creator
/*, std::integral_constant<int,4>()*/
);
return
0
;
}
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