Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Dec 15, 2022
1 parent 3691608 commit ddde0a8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions include/picongpu/plugins/radiation/Radiation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,7 @@ namespace picongpu
* just quickly open it here.
*/
std::optional<::openPMD::Series> tmp;
writeOpenPMDfile(
tmp_result,
restartDirectory,
speciesName + std::string("_radRestart"),
tmp);
writeOpenPMDfile(tmp_result, restartDirectory, speciesName + std::string("_radRestart"), tmp);
}
}

Expand Down Expand Up @@ -720,8 +716,8 @@ namespace picongpu
{
/*
* Check that the filename is the same.
* Series::name() returns the specified path without filename extension and without the dirname,
* so we need to strip that information.
* Series::name() returns the specified path without filename extension and without the
* dirname, so we need to strip that information.
*/
auto filename_str = filename.str();
auto pos = filename_str.find_last_of('.');
Expand Down

0 comments on commit ddde0a8

Please sign in to comment.