From 5b98f84594970a2bbb031f60c6e90a7b2a8b77ca Mon Sep 17 00:00:00 2001 From: "Praetorius, Simon" <simon.praetorius@tu-dresden.de> Date: Mon, 27 Aug 2018 12:45:15 +0200 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 8648c29..b0f7323 100644 --- a/README.md +++ b/README.md @@ -41,18 +41,18 @@ See also the `src/` directory for more examples. In Dune-Grid there is a VTK writer available, that is a bit different from the proposed one. A comparions: -| Property | Dune-Grid | Dune-Vtk | -+-------------------+-----------+----------+ -| VTK version | 0.1 | 1.0 | -| UnstructuredGrid | x | x | -| PolyData | x | - | -| StructuredGrid | - | x | -| RectilinearGrid | - | x | -| ImageData | - | x | -| ASCII | x | x | -| BASE64 | x | - | -| APPENDED_RAW | x | x | -| APPENDED_BASE64 | x | - | -| BASE64_COMPRESSED | - | - | -| APPEDED_COMPRESSED| - | x | -| Parallel files | x | x | +| *Property* | *Dune-Grid* | *Dune-Vtk* | +| ------------------ | :-------: | :------: | +| VTK version | 0.1 | 1.0 | +| UnstructuredGrid | x | x | +| PolyData | x | - | +| StructuredGrid | - | x | +| RectilinearGrid | - | x | +| ImageData | - | x | +| ASCII | x | x | +| BASE64 | x | - | +| APPENDED_RAW | x | x | +| APPENDED_BASE64 | x | - | +| BASE64_COMPRESSED | - | - | +| APPEDED_COMPRESSED | - | x | +| Parallel files | x | x | -- GitLab