Skip to content

Commit

Permalink
working thru warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Jul 3, 2024
1 parent cccf5ed commit 3510615
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 @@ -783,7 +783,7 @@ void ComputeCurl3D(const ParGridFunction &u, ParGridFunction &cu) {

void vectorGrad3D(ParGridFunction &uSub, ParGridFunction &u, ParGridFunction &gu, ParGridFunction &gv,
ParGridFunction &gw) {
FiniteElementSpace *sfes = uSub.FESpace();
// FiniteElementSpace *sfes = uSub.FESpace();
int dim = 3;
int nSize = uSub.Size();

Expand Down

0 comments on commit 3510615

Please sign in to comment.