[cig-commits] commit 1978 by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Fri Oct 18 10:00:11 PDT 2013


Revision 1978

add missing typename

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


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

Diff:
Modified: trunk/aspect/include/aspect/material_model/interface.h
===================================================================
--- trunk/aspect/include/aspect/material_model/interface.h	2013-10-18 16:39:47 UTC (rev 1977)
+++ trunk/aspect/include/aspect/material_model/interface.h	2013-10-18 16:59:51 UTC (rev 1978)
@@ -708,7 +708,7 @@
          * @param in
          * @param out
          */
-        void evaluate(const struct Interface<dim>::MaterialModelInputs &in, struct 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