[cig-commits] commit 1981 by bangerth to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Fri Oct 18 13:07:30 PDT 2013


Revision 1981

Break overlong line.

U   trunk/aspect/include/aspect/material_model/interface.h


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

Diff:
Modified: trunk/aspect/include/aspect/material_model/interface.h
===================================================================
--- trunk/aspect/include/aspect/material_model/interface.h	2013-10-18 17:27:48 UTC (rev 1980)
+++ trunk/aspect/include/aspect/material_model/interface.h	2013-10-18 20:07:09 UTC (rev 1981)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2011, 2012 by the authors of the ASPECT code.
+  Copyright (C) 2011, 2012, 2013 by the authors of the ASPECT code.
 
   This file is part of ASPECT.
 
@@ -708,8 +708,8 @@
          * @param in
          * @param out
          */
-        void evaluate(const typename Interface<dim>::MaterialModelInputs &in, typename Interface<dim>::MaterialModelOutputs &out) const;
-
+        void evaluate(const typename Interface<dim>::MaterialModelInputs &in,
+		      typename Interface<dim>::MaterialModelOutputs &out) const;
     };
 
 


More information about the CIG-COMMITS mailing list