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
amdis
amdis-core
Commits
5d2ddcab
Commit
5d2ddcab
authored
May 10, 2019
by
Praetorius, Simon
Browse files
change AMDiS::init to Environment in BackupRestoreTest
parent
d0a4cbdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/BackupRestoreTest.cpp
View file @
5d2ddcab
...
...
@@ -89,7 +89,7 @@ void test_simplex()
int
main
(
int
argc
,
char
**
argv
)
{
AMDiS
::
init
(
argc
,
argv
);
Environment
env
(
argc
,
argv
);
std
::
string
filename
=
"test"
;
Parameters
::
set
(
"test->backup->grid"
,
filename
+
".grid"
);
...
...
@@ -131,6 +131,5 @@ int main(int argc, char** argv)
// test_simplex<Dune::AlbertaGrid<2,2>>(); // Segmentation fault
// test_simplex<Dune::FoamGrid<2,2>>(); // Segmentation fault
AMDiS
::
finalize
();
return
report_errors
();
}
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