[cig-commits] [commit] master: Remove a TODO that is no longer current. (fb61eb8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed May 21 12:33:36 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/a35e4f5e47a47903957f7c84c785299a49101c46...2df080f4905a6be43fd1729ea0d6a7a956cce070

>---------------------------------------------------------------

commit fb61eb8d5e16372b6db9395045c3c26ce4ccf3c0
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Wed May 21 13:59:09 2014 -0500

    Remove a TODO that is no longer current.


>---------------------------------------------------------------

fb61eb8d5e16372b6db9395045c3c26ce4ccf3c0
 source/simulator/initial_conditions.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/source/simulator/initial_conditions.cc b/source/simulator/initial_conditions.cc
index 53b3535..2b7a4ba 100644
--- a/source/simulator/initial_conditions.cc
+++ b/source/simulator/initial_conditions.cc
@@ -102,7 +102,6 @@ namespace aspect
               cell->get_dof_indices (local_dof_indices);
               for (unsigned int i=0; i<finite_element.base_element(base_element).dofs_per_cell; ++i)
                 {
-//TODO: Use introspection here
                   const unsigned int system_local_dof
                     = finite_element.component_to_system_index(torc.component_index(introspection),
                         /*dof index within component=*/i);



More information about the CIG-COMMITS mailing list