]> https://gitweb.dealii.org/ - dealii.git/commitdiff
use with_gsl=on in CSpline's filename
authorDenis Davydov <davydden@gmail.com>
Wed, 27 Apr 2016 07:45:13 +0000 (09:45 +0200)
committerDenis Davydov <davydden@gmail.com>
Wed, 27 Apr 2016 07:45:13 +0000 (09:45 +0200)
tests/base/functions_cspline.cc
tests/base/functions_cspline.with_gsl=on.output [moved from tests/base/functions_cspline.output with 100% similarity]

index 45952175aa94c27482d451313b0486576d88b071..79e242f52284b55daebf036dc1f92b32ae36f600 100644 (file)
@@ -21,7 +21,6 @@
 #include <cmath>
 #include <deal.II/base/function_cspline.h>
 
-#ifdef DEAL_II_WITH_GSL
 template <int dim>
 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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.