Skip to content

Commit

Permalink
Merge pull request #12 from Thomas-Ulrich/thomas/fix_test
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
davschneller authored Feb 6, 2024
2 parents 55ef56f + 9b7ffd5 commit 491be96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/src/xdmfwritertest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,9 @@ int main(int argc, char* argv[])
type,
args.getAdditionalArgument<const char*>("filename"),
start);
std::string extraIntVarName = "";

writer.init(cellVariables, vertexVariables,
writer.init(cellVariables, vertexVariables, extraIntVarName.c_str(),
!args.isSet("no-vertex-filter"), !args.isSet("no-partition"));

unsigned int numCells;
Expand Down

0 comments on commit 491be96

Please sign in to comment.