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

dealii.demon at gmail.com dealii.demon at gmail.com
Wed Feb 26 06:03:45 PST 2014


Revision 2321

Add missing std::.

U   trunk/aspect/source/postprocess/depth_average.cc


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

Diff:
Modified: trunk/aspect/source/postprocess/depth_average.cc
===================================================================
--- trunk/aspect/source/postprocess/depth_average.cc	2014-02-25 15:18:39 UTC (rev 2320)
+++ trunk/aspect/source/postprocess/depth_average.cc	2014-02-26 14:03:43 UTC (rev 2321)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2011, 2012 by the authors of the ASPECT code.
+  Copyright (C) 2011, 2012, 2014 by the authors of the ASPECT code.
 
   This file is part of ASPECT.
 
@@ -109,7 +109,7 @@
           Assert (dof_handler.n_dofs() == n_depth_zones, ExcInternalError());
 
           DataOutStack<1> data_out_stack;
-          std::vector<string> variables;
+          std::vector<std::string> variables;
           variables.push_back ("temperature");
           for (unsigned int c=0; c<this->n_compositional_fields(); ++c)
             variables.push_back(std::string("C_") + Utilities::int_to_string(c));


More information about the CIG-COMMITS mailing list