Skip to content

Commit

Permalink
Add src/Dataset.cpp to ADIOS1 source
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Aug 17, 2023
1 parent 2e19d8d commit a283b14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ set(IO_ADIOS1_SEQUENTIAL_SOURCE
src/auxiliary/JSON.cpp
src/IO/AbstractIOHandlerImpl.cpp
src/ChunkInfo.cpp
src/Datatype.cpp
src/Error.cpp
src/IO/IOTask.cpp
src/IO/ADIOS/CommonADIOS1IOHandler.cpp
Expand All @@ -556,6 +557,7 @@ set(IO_ADIOS1_SOURCE
src/auxiliary/JSON.cpp
src/IO/AbstractIOHandlerImpl.cpp
src/ChunkInfo.cpp
src/Datatype.cpp
src/Error.cpp
src/IO/IOTask.cpp
src/IO/ADIOS/CommonADIOS1IOHandler.cpp
Expand Down

0 comments on commit a283b14

Please sign in to comment.