We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a43e7 commit ef0472eCopy full SHA for ef0472e
lib-ogc/swe-common-core/src/main/java/org/vast/data/DataBlockList.java
@@ -87,7 +87,8 @@ public DataBlockList copy()
87
newBlock.startIndex = this.startIndex;
88
newBlock.blockAtomCount = this.blockAtomCount;
89
newBlock.equalBlockSize = this.equalBlockSize;
90
- newBlock.blockList = this.blockList;
+ newBlock.blockList = this.blockList;
91
+ newBlock.atomCount = this.atomCount;
92
return newBlock;
93
}
94
0 commit comments