mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
committed by
Greg Landrum
parent
7d24ed6014
commit
5cd27a242f
@@ -364,7 +364,7 @@ class SparseIntVect {
|
||||
streamRead(ss, tInt);
|
||||
if (tInt > sizeof(IndexType)) {
|
||||
throw ValueErrorException(
|
||||
"IndexType cannot accomodate index size in SparseIntVect pickle");
|
||||
"IndexType cannot accommodate index size in SparseIntVect pickle");
|
||||
}
|
||||
switch (tInt) {
|
||||
case sizeof(char):
|
||||
|
||||
Reference in New Issue
Block a user