mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
this passes all tests on big-endian debian systems.
note that in order to make it work, some lesser-used functionality (clustering and CMIM) had to be disabled. This could be revisited in the future.
This commit is contained in:
@@ -317,10 +317,15 @@ std::string SparseBitVect::toString() const {
|
||||
|
||||
boost::int32_t tInt = ci_BITVECT_VERSION*-1;
|
||||
RDKit::streamWrite(ss,tInt);
|
||||
std::cerr<<"version: "<<tInt<<std::endl;
|
||||
tInt=d_size;
|
||||
RDKit::streamWrite(ss,tInt);
|
||||
std::cerr<<"size: "<<tInt<<std::endl;
|
||||
|
||||
tInt=getNumOnBits();
|
||||
RDKit::streamWrite(ss,tInt);
|
||||
std::cerr<<"nOn: "<<tInt<<std::endl;
|
||||
|
||||
|
||||
int prev = -1;
|
||||
unsigned int zeroes;
|
||||
|
||||
Reference in New Issue
Block a user