remove obsolete comment

This commit is contained in:
Robert W. Anderson
2022-11-29 11:09:49 -08:00
parent 5bb90b84e3
commit 5f74c1fa31
-1
View File
@@ -499,7 +499,6 @@ void ScalarFiniteElement::ScalarLocalL2Restriction(
if (map_type == INTEGRAL)
{
// todo: is this necessary?
// assuming Trans is linear; this should be ok for all refinement types
Trans.SetIntPoint(&Geometries.GetCenter(geom_type));
R *= 1.0 / Trans.Weight();