From: Guido Kanschat Date: Sun, 5 Jul 2015 11:46:06 +0000 (+0200) Subject: astyle X-Git-Tag: v8.3.0-rc1~60^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496a342631bd21e1fcbfb2b94face222a2d80826;p=dealii.git astyle --- diff --git a/source/grid/grid_out.cc b/source/grid/grid_out.cc index 6ccaa66346..3395000955 100644 --- a/source/grid/grid_out.cc +++ b/source/grid/grid_out.cc @@ -2440,7 +2440,7 @@ namespace { patch.vertices[v] = cell->vertex(v); patch.data(0,v) = cell->level(); - patch.data(1,v) = static_cast(cell->manifold_id()); + patch.data(1,v) = static_cast(cell->manifold_id()); patch.data(2,v) = cell->material_id(); if (!cell->has_children()) patch.data(3,v) = static_cast(cell->subdomain_id());