Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
jonathan.drechsel_at_mailbox.tu-dresden.de
dune-elasticity
Commits
873bf90a
Commit
873bf90a
authored
Feb 14, 2017
by
Jonathan Youett
Browse files
Remove unused typedefs
parent
c0adbb79
Changes
1
Hide whitespace changes
Inline
Side-by-side
nonlinelast.cc
View file @
873bf90a
...
@@ -66,9 +66,6 @@ int main (int argc, char *argv[]) try
...
@@ -66,9 +66,6 @@ int main (int argc, char *argv[]) try
// Generate the grid
// Generate the grid
// /////////////////////////////
// /////////////////////////////
typedef
UGGrid
<
dim
>
GridType
;
typedef
UGGrid
<
dim
>
GridType
;
typedef
BoundaryPatch
<
GridType
::
LevelGridView
>
LevelBoundaryPatch
;
typedef
BoundaryPatch
<
GridType
::
LeafGridView
>
LeafBoundaryPatch
;
GridType
*
grid
=
new
GridType
;
GridType
*
grid
=
new
GridType
;
if
(
parameterSet
.
hasKey
(
"parFile"
))
{
if
(
parameterSet
.
hasKey
(
"parFile"
))
{
...
...
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