[cig-commits] [commit] master: Style fixes. (6c2d091)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu May 15 08:58:20 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/2f27335d4a52efc6ce31351c2a47422171411114...47f27df84eb33170e6ea9a3937e3adc652a9f3f0

>---------------------------------------------------------------

commit 6c2d091f6de171dbc6abc0e9ba7d865889f9d1fd
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Thu May 15 10:31:52 2014 -0500

    Style fixes.


>---------------------------------------------------------------

6c2d091f6de171dbc6abc0e9ba7d865889f9d1fd
 include/aspect/velocity_boundary_conditions/gplates.h | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/include/aspect/velocity_boundary_conditions/gplates.h b/include/aspect/velocity_boundary_conditions/gplates.h
index 2126ee7..db9197b 100644
--- a/include/aspect/velocity_boundary_conditions/gplates.h
+++ b/include/aspect/velocity_boundary_conditions/gplates.h
@@ -52,7 +52,9 @@ namespace aspect
            * actual velocities. Also calculates any necessary rotation
            * parameters for a 2D model.
            */
-          GPlatesLookup(const Tensor<1,2> &pointone, const Tensor<1,2> &pointtwo, const double interpolation_width_);
+          GPlatesLookup(const Tensor<1,2> &pointone,
+                        const Tensor<1,2> &pointtwo,
+                        const double interpolation_width_);
 
           /**
            * Outputs the GPlates module information at model start. Need to be
@@ -61,10 +63,11 @@ namespace aspect
            * the screen output.
            */
           template <int dim>
-          void screen_output(const Tensor<1,2> &surface_point_one, const Tensor<1,2> &surface_point_two) const;
+          void screen_output(const Tensor<1,2> &surface_point_one,
+                             const Tensor<1,2> &surface_point_two) const;
 
           /**
-           * Check whether a file named filename exists.
+           * Check whether a file named @p filename exists.
            */
           bool fexists(const std::string &filename) const;
 
@@ -72,7 +75,8 @@ namespace aspect
            * Loads a gplates .gpml velocity file. Throws an exception if the
            * file does not exist.
            */
-          void load_file(const std::string &filename, const bool screen_output);
+          void load_file(const std::string &filename,
+                         const bool screen_output);
 
           /**
            * Returns the computed surface velocity in cartesian coordinates.



More information about the CIG-COMMITS mailing list