Skip to content

Commit

Permalink
Merge pull request #4892 from psychocoderHPC/fix-openPMDDefaultExtension
Browse files Browse the repository at this point in the history
openPMD extension: fix broken C++ syntax
  • Loading branch information
PrometheusPi committed Apr 30, 2024
2 parents 2814768 + 5ab01f8 commit 488d678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/picongpu/plugins/common/openPMDDefaultExtension.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ namespace picongpu
}
else
{
return "bp4"
};
return "bp4";
}
# else
/*
* Engine available and supported in all supported versions of ADIOS2 and openPMD-api
Expand Down

0 comments on commit 488d678

Please sign in to comment.