Skip to content
Snippets Groups Projects
Commit 5e98bd03 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Merge branch 'fix/pipeline' into 'master'

Fix/pipeline

See merge request !76
parents c97846f2 ddecfc56
1 merge request!76Fix/pipeline
Pipeline #6234 passed
......@@ -49,7 +49,7 @@ dune:git clang:
- *before
script: duneci-standard-test
dune:git parmg dune-vtk gcc:
dune:git dune-parmg dune-vtk dune-curvedgeometry gcc:
image: registry.dune-project.org/docker/ci/dune:git-debian-10-gcc-8-17
before_script:
- *patch-dune-common
......@@ -59,7 +59,7 @@ dune:git parmg dune-vtk gcc:
- duneci-install-module https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.mn.tu-dresden.de/spraetor/dune-curvedgeometry.git
script: duneci-standard-test
dune:git parmg dune-vtk clang:
dune:git dune-parmg dune-vtk dune-curvedgeometry clang:
image: registry.dune-project.org/docker/ci/dune:git-ubuntu-20.04-clang-10-20
before_script:
- *patch-dune-common
......
......@@ -238,7 +238,7 @@ int main (int argc, char *argv[]) try
#if HAVE_DUNE_VTK
using DataCollector = Vtk::LagrangeDataCollector<GridView,order>;
DataCollector dataCollector(gridView);
VtkUnstructuredGridWriter<GridView,DataCollector> vtkWriter(gridView, Vtk::ASCII);
VtkUnstructuredGridWriter<GridView,DataCollector> vtkWriter(gridView, Vtk::FormatTypes::ASCII);
// Make basis for R^3-valued data
using namespace Functions::BasisFactory;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment