]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid outputting space at the end of the line.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 6 Jul 2016 20:44:21 +0000 (15:44 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 6 Jul 2016 20:45:44 +0000 (15:45 -0500)
The stored output files already don't have that space there.

tests/fe/mapping_manifold_06.cc

index 99c20549b319bc1b070547654937fff3d1178ee8..cdd80c1c0f26118a62f8f5409ffd0f5523bb49b4 100644 (file)
@@ -57,7 +57,7 @@ void test()
 
   out << "set size ratio -1" << std::endl
       << "set terminal aqua " << dim+spacedim << std::endl
-      << (spacedim == 3 ? "s" : "") << "plot '-' w l " << std::endl;
+      << (spacedim == 3 ? "s" : "") << "plot '-' w l" << std::endl;
 
   for (typename Triangulation<dim,spacedim>::active_cell_iterator cell =
          triangulation.begin_active(); cell != triangulation.end(); ++cell)
@@ -79,7 +79,7 @@ void test()
   out << "e" << std::endl << std::endl
       << std::endl
       << "set terminal aqua " << 2*(dim+spacedim) +1 << std::endl
-      << (spacedim == 3 ? "s" : "") << "plot '-' with vectors " << std::endl;
+      << (spacedim == 3 ? "s" : "") << "plot '-' with vectors" << std::endl;
 
   for (typename Triangulation<dim,spacedim>::active_cell_iterator cell =
          triangulation.begin_active(); cell != triangulation.end(); ++cell)

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.