Clean up unnecessary ;;

This commit is contained in:
Sebastian Grimberg
2023-11-07 09:08:19 -08:00
parent 62c0444cbf
commit 723a613236
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -6031,7 +6031,7 @@ void RT0PyrFiniteElement::CalcVShape(const IntegrationPoint &ip,
shape(1,2) = z;
shape(2,0) = x * (2.0 - z) * ozi;
shape(2,1) = - y * z * ozi;;
shape(2,1) = - y * z * ozi;
shape(2,2) = z;
shape(3,0) = - x * z * ozi;