Skip to content
Snippets Groups Projects
Commit 55d46bd4 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

gitlabci updated

parent 00d414f1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ cache:
- install/
dune:git--gcc:
image: duneci/dune-fufem:git
image: mathiwr/dune-base:debian9
script:
- ./contrib/ci-setup
- dunecontrol --opts=/duneci/opts.gcc --current all
......
......@@ -46,7 +46,7 @@ int main(int argc, char** argv)
prob.addMatrixOperator(opDiv, DOW, i);
}
Op* opZero;
Op opZero;
opZero.addZOT( constant(0.0) );
prob.addMatrixOperator(opZero, DOW, DOW);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment