From: Denis Davydov Date: Wed, 27 Apr 2016 07:45:13 +0000 (+0200) Subject: use with_gsl=on in CSpline's filename X-Git-Tag: v8.5.0-rc1~1065^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2639355db86f382a1b0c41c64a26eb998c575b60;p=dealii.git use with_gsl=on in CSpline's filename --- 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