Skip to content

Commit

Permalink
Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed Apr 4, 2024
1 parent 70aabf6 commit 889860f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions palace/fem/libceed/integrator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ namespace palace::ceed

namespace
{

void AddQFunctionActiveInputs(unsigned int ops, Ceed ceed, CeedBasis basis,
CeedQFunction qf, std::string name = "u")
{
Expand Down Expand Up @@ -146,6 +147,7 @@ void AddOperatorActiveInputFields(unsigned int ops, Ceed ceed, CeedElemRestricti
{
AddOperatorActiveFields(ops, ceed, restr, basis, op, name, v);
}

void AddOperatorActiveOutputFields(unsigned int ops, Ceed ceed, CeedElemRestriction restr,
CeedBasis basis, CeedOperator op, std::string name = "v",
CeedVector v = CEED_VECTOR_ACTIVE)
Expand Down

0 comments on commit 889860f

Please sign in to comment.