Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adios2 warn groupbased encoding #1498

Merged
merged 15 commits into from
Dec 22, 2023
Prev Previous commit
Next Next commit
Fix CI error
  • Loading branch information
franzpoeschel committed Dec 19, 2023
commit 9fd89fdfadabfb1e576d1e3f397401e2346e5e25
2 changes: 1 addition & 1 deletion include/openPMD/backend/Writable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace internal
} // namespace internal
namespace detail
{
struct BufferedActions;
class BufferedActions;
}

/** @brief Layer to mirror structure of logical data and persistent data in
Expand Down