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
dumux-repositories
dumux
Commits
a863d74f
Commit
a863d74f
authored
Feb 02, 2016
by
Timo Koch
Browse files
[adaptiverestart] Drop half-supported Alberta adaptive restart option
parent
ad817371
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/io/adaptivegridrestart.hh
View file @
a863d74f
...
...
@@ -28,9 +28,6 @@
#if HAVE_DUNE_ALUGRID
#include
<dune/alugrid/grid.hh>
#endif
#if HAVE_ALBERTA
#include
<dune/grid/albertagrid/agrid.hh>
#endif
#include
<dune/grid/common/backuprestore.hh>
#if ! DUNE_VERSION_NEWER(DUNE_COMMON, 3, 0)
...
...
@@ -60,14 +57,6 @@ struct GridRestartCheck<Dune::ALUGrid<dim, dimworld, elType, refinementType> >
static
const
bool
allowRestart
=
true
;
};
#endif
#if HAVE_ALBERTA
template
<
int
dim
,
int
dimworld
>
struct
GridRestartCheck
<
Dune
::
AlbertaGrid
<
dim
,
dimworld
>
>
{
static
const
bool
allowRestart
=
true
;
};
#endif
//! \endcond
...
...
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