]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove console output
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Sat, 24 Sep 2005 22:58:33 +0000 (22:58 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Sat, 24 Sep 2005 22:58:33 +0000 (22:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@11529 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/interpolate_common.h
tests/fe/interpolate_q1.cc
tests/fe/interpolate_rtn.cc
tests/fe/interpolate_system.cc

index 6ba18b829ad6a07e45ceb7609c215f85d306fe0f..75240e8675ebaa4f36ccfcf117b69db5d855d5da 100644 (file)
@@ -117,8 +117,8 @@ Q1WedgeFunction : public Function<dim>
       {
        Assert (values.size() == points.size(),
                ExcDimensionMismatch(values.size(), points.size()));
-       Assert (values[0].size() == n_components,
-               ExcDimensionMismatch(values.size(), n_components));
+       Assert (values[0].size() == this->n_components,
+               ExcDimensionMismatch(values.size(), this->n_components));
        
        for (unsigned int i=0;i<points.size();++i)
          {
index 3987216da36bfda2d2ea4e8636ea87a5741fd8e4..cbba21dfa037dcda7c034262290433c74627b2d2 100644 (file)
@@ -100,7 +100,7 @@ int main()
 {
   std::ofstream logfile ("interpolate_q1.output");
   deallog.attach(logfile);
-  deallog.depth_console(10);
+  deallog.depth_console(0);
   deallog.threshold_double(2.e-15);
 
   Q1WedgeFunction<1,1> w1;
index d43e16ce087e3b0bed5f9666386a4acc2f2aca7a..36f17405614a40993736f4fea3fbaa30c23b93bf 100644 (file)
@@ -53,7 +53,7 @@ int main()
 {
   std::ofstream logfile ("interpolate_rtn.output");
   deallog.attach(logfile);
-  deallog.depth_console(10);
+  deallog.depth_console(0);
   deallog.threshold_double(1.e-15);
 
 //   Q1WedgeFunction<1,1,2> w1;
index 57e50bbae0c14c94b443169103b73c69a0ed8978..79d48499a69a5fb01f21b7e49df92459805ab2b9 100644 (file)
@@ -87,7 +87,7 @@ int main()
 {
   std::ofstream logfile ("interpolate_system.output");
   deallog.attach(logfile);
-  deallog.depth_console(10);
+  deallog.depth_console(0);
   deallog.threshold_double(1.e-15);
 
   Q1WedgeFunction<1,1,2> w1;

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.