Skip to content

Commit

Permalink
unused int
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Jun 26, 2024
1 parent f058d33 commit 26c206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ void makeContinuous(ParGridFunction &u) {
Array<int> vdofs;
Vector vals;
Vector loc_data;
int vdim = fes->GetVDim();
// int vdim = fes->GetVDim();
Array<int> zones_per_vdof;
zones_per_vdof.SetSize(fes->GetVSize());
zones_per_vdof = 0;
Expand Down

0 comments on commit 26c206f

Please sign in to comment.