From: amola Date: Mon, 11 Apr 2016 11:05:31 +0000 (+0200) Subject: implemented modifications asked by Luca H. on tests/grid/grid_in_ucd_01.cc X-Git-Tag: v8.5.0-rc1~1113^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e9dcd048646e5a0925ca5893dde970a0c4f3ad;p=dealii.git implemented modifications asked by Luca H. on tests/grid/grid_in_ucd_01.cc --- 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: "<