[cig-commits] r1304 - trunk/aspect/source/postprocess

bangerth at dealii.org bangerth at dealii.org
Sun Oct 21 15:34:25 PDT 2012


Author: bangerth
Date: 2012-10-21 16:34:25 -0600 (Sun, 21 Oct 2012)
New Revision: 1304

Modified:
   trunk/aspect/source/postprocess/visualization.cc
Log:
Add a TODO.

Modified: trunk/aspect/source/postprocess/visualization.cc
===================================================================
--- trunk/aspect/source/postprocess/visualization.cc	2012-10-21 21:53:34 UTC (rev 1303)
+++ trunk/aspect/source/postprocess/visualization.cc	2012-10-21 22:34:25 UTC (rev 1304)
@@ -109,6 +109,7 @@
       if (this->get_time() < next_output_time)
         return std::pair<std::string,std::string>();
 
+//TODO: try to somehow get these variables into the viz plugins as well...
       Vector<float> estimated_error_per_cell(this->get_triangulation().n_active_cells());
       this->get_refinement_criteria(estimated_error_per_cell);
 



More information about the CIG-COMMITS mailing list