We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e216e commit 153231dCopy full SHA for 153231d
1 file changed
examples/10_streaming_write.cpp
@@ -50,7 +50,7 @@ int main()
50
// Iterations can be accessed independently from one another. This more
51
// restricted mode enables performance optimizations in the backends, and
52
// more importantly is compatible with streaming I/O.
53
- Series series = Series("electrons.bp5", Access::CREATE_LINEAR, R"(
+ Series series = Series("electrons.sst", Access::CREATE_LINEAR, R"(
54
{
55
"adios2": {
56
"engine": {
0 commit comments