[cig-commits] r1320 - trunk/aspect/source/velocity_boundary_conditions

gassmoeller at dealii.org gassmoeller at dealii.org
Wed Oct 24 01:43:52 PDT 2012


Author: gassmoeller
Date: 2012-10-24 02:43:51 -0600 (Wed, 24 Oct 2012)
New Revision: 1320

Modified:
   trunk/aspect/source/velocity_boundary_conditions/gplates.cc
Log:
Leave a todo in Gplates model.

Modified: trunk/aspect/source/velocity_boundary_conditions/gplates.cc
===================================================================
--- trunk/aspect/source/velocity_boundary_conditions/gplates.cc	2012-10-24 02:19:56 UTC (rev 1319)
+++ trunk/aspect/source/velocity_boundary_conditions/gplates.cc	2012-10-24 08:43:51 UTC (rev 1320)
@@ -345,6 +345,9 @@
                           "is a spherical shell."));
       Assert((dynamic_cast<const GeometryModel::SphericalShell<dim>*> (&geometry_model))->opening_angle()==360, ExcMessage("gplates velocity model just works for opening angle == 360"));
 
+      // TODO: Move the loading of files into set_current_time would remove
+      // some double effort if the Start time != 0
+
       // Load first velocity file
       lookup->load_file(create_filename(current_time_step));
 



More information about the CIG-COMMITS mailing list