From 83e9dcd048646e5a0925ca5893dde970a0c4f3ad Mon Sep 17 00:00:00 2001 From: amola Date: Mon, 11 Apr 2016 13:05:31 +0200 Subject: [PATCH] implemented modifications asked by Luca H. on tests/grid/grid_in_ucd_01.cc --- tests/grid/grid_in_ucd_01.cc | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/tests/grid/grid_in_ucd_01.cc b/tests/grid/grid_in_ucd_01.cc index d186a4901d..c0346db988 100644 --- a/tests/grid/grid_in_ucd_01.cc +++ b/tests/grid/grid_in_ucd_01.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2002 - 2015 by the deal.II authors +// Copyright (C) 2002 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -14,10 +14,9 @@ // --------------------------------------------------------------------- -// read in a 2d file in the UNV format used by the Salome program +// read in a Triangulation<2,3> from a mesh file writtent in the UCD format -// the meshes used here were generated by Valentin Zingan using the Salome -// mesh generator +// the meshe used here were generated by Andrea Mola #include "../tests.h" #include @@ -35,18 +34,11 @@ #include #include -std::ofstream logfile("output"); - - int main () { - deallog << std::setprecision (2); - logfile << std::setprecision (2); - deallog.attach(logfile); - deallog.threshold_double(1.e-10); + initlog(); std::string name(std::string(SOURCE_DIR "/grids/kcs_initial.inp")); - //deallog<<"Filename: "<