Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 17, 2022
1 parent 5c15f37 commit f10fc90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/14_json_template.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ iteration_encoding = "variable_based"
mode = "template"
)";


openPMD::Series writeTemplate(
"../samples/jsonTemplate.json",
openPMD::Access::CREATE,
config);
"../samples/jsonTemplate.json", openPMD::Access::CREATE, config);
auto iteration = writeTemplate.writeIterations()[0];

auto temperature =
Expand Down

0 comments on commit f10fc90

Please sign in to comment.