[cig-commits] commit 2472 by gassmoeller to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Fri Apr 11 05:56:42 PDT 2014


Revision 2472

Small bugfix in screen output.

U   trunk/aspect/source/velocity_boundary_conditions/gplates.cc


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2472&peg=2472

Diff:
Modified: trunk/aspect/source/velocity_boundary_conditions/gplates.cc
===================================================================
--- trunk/aspect/source/velocity_boundary_conditions/gplates.cc	2014-04-11 11:19:39 UTC (rev 2471)
+++ trunk/aspect/source/velocity_boundary_conditions/gplates.cc	2014-04-11 12:56:40 UTC (rev 2472)
@@ -103,7 +103,7 @@
                       << "   Input point 2 spherical coordinates: " << surface_point_two << std::endl
                       << "   Input point 2 Cartesian output coordinates: " << rotate(point_two,rotation_axis,-rotation_angle)  << std::endl
                       << std::endl <<  std::setprecision(2)
-                      << "   Model will be rotated by " << rotation_angle*180/numbers::PI
+                      << "   Model will be rotated by " << -rotation_angle*180/numbers::PI
                       << " degrees around axis " << rotation_axis << std::endl
                       << std::endl;
           }


More information about the CIG-COMMITS mailing list