From 3c86b6dc0be21a2a5911693e49bce5ebfa43bbb7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 29 Oct 2008 00:09:30 +0000 Subject: [PATCH] Reindent. git-svn-id: https://svn.dealii.org/trunk@17386 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/numerics/vectors.templates.h | 52 ++++++++++++++++--- 1 file changed, 44 insertions(+), 8 deletions(-) diff --git a/deal.II/deal.II/include/numerics/vectors.templates.h b/deal.II/deal.II/include/numerics/vectors.templates.h index f3d3193eca..88e3bdb539 100644 --- a/deal.II/deal.II/include/numerics/vectors.templates.h +++ b/deal.II/deal.II/include/numerics/vectors.templates.h @@ -2536,14 +2536,50 @@ VectorTools::compute_no_normal_flux_constraints (const DH &dof_hand switch (dim) { case 3: - // take cross product between normals[0] and - // normals[1]. write it in the current form to - // make sure that compilers don't warn about - // out-of-bounds accesses -- the warnings are - // bogus since we get here only for dim==3, but - // at least one isn't quite smart enough to - // notice this and warns when compiling the - // function in 2d + // take + // cross + // product + // between + // normals[0] + // and + // normals[1]. write + // it in + // the + // current + // form to + // make + // sure + // that + // compilers + // don't + // warn + // about + // out-of-bounds + // accesses + // -- the + // warnings + // are + // bogus + // since we + // get here + // only for + // dim==3, + // but at + // least + // one + // isn't + // quite + // smart + // enough + // to + // notice + // this and + // warns + // when + // compiling + // the + // function + // in 2d cross_product (tangent, normals[0], normals[dim-2]); break; default: -- 2.39.5