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

dealii.demon at gmail.com dealii.demon at gmail.com
Fri Oct 18 06:56:24 PDT 2013


Revision 1972

Formatting.

U   trunk/aspect/source/material_model/interface.cc


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

Diff:
Modified: trunk/aspect/source/material_model/interface.cc
===================================================================
--- trunk/aspect/source/material_model/interface.cc	2013-10-18 13:54:29 UTC (rev 1971)
+++ trunk/aspect/source/material_model/interface.cc	2013-10-18 13:56:04 UTC (rev 1972)
@@ -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.
 
@@ -364,7 +364,8 @@
 
     template <int dim>
     void
-    InterfaceCompatibility<dim>::evaluate(const struct Interface<dim>::MaterialModelInputs &in, struct Interface<dim>::MaterialModelOutputs &out) const
+    InterfaceCompatibility<dim>::evaluate(const Interface<dim>::MaterialModelInputs &in,
+					  Interface<dim>::MaterialModelOutputs &out) const
     {
       for (unsigned int i=0; i < in.temperature.size(); ++i)
         {
@@ -376,8 +377,6 @@
           out.compressibilities[i]              = compressibility               (in.temperature[i], in.pressure[i], in.composition[i], in.position[i]);
         }
     }
-
-
   }
 }
 


More information about the CIG-COMMITS mailing list