From 2639355db86f382a1b0c41c64a26eb998c575b60 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Wed, 27 Apr 2016 09:45:13 +0200 Subject: [PATCH] use with_gsl=on in CSpline's filename --- tests/base/functions_cspline.cc | 12 ------------ ...e.output => functions_cspline.with_gsl=on.output} | 0 2 files changed, 12 deletions(-) rename tests/base/{functions_cspline.output => functions_cspline.with_gsl=on.output} (100%) diff --git a/tests/base/functions_cspline.cc b/tests/base/functions_cspline.cc index 45952175aa..79e242f522 100644 --- a/tests/base/functions_cspline.cc +++ b/tests/base/functions_cspline.cc @@ -21,7 +21,6 @@ #include #include -#ifdef DEAL_II_WITH_GSL template void check() { @@ -78,15 +77,4 @@ int main() check<1>(); } -#else -int main() -{ - std::string logname = "output"; - std::ofstream logfile(logname.c_str()); - deallog.attach(logfile); - deallog.threshold_double(1.e-10); - - deallog << "Ok"<< std::endl; -} -#endif diff --git a/tests/base/functions_cspline.output b/tests/base/functions_cspline.with_gsl=on.output similarity index 100% rename from tests/base/functions_cspline.output rename to tests/base/functions_cspline.with_gsl=on.output -- 2.39.5