Loading src/Polymer.cpp +28 −26 Original line number Diff line number Diff line Loading @@ -129,6 +129,7 @@ bool Polymer::exportPolymer(ofstream* _os) { size_t connectSize = getConnectionCount(); _os->write((const char*)&connectSize, sizeof(size_t)); // write connects if (connectSize > 0) { for (auto& elem : polymerMicrostructure->fragmentConnects) { bool fragmentFound = false; uint32_t indexFragment1 = 0; Loading Loading @@ -160,6 +161,7 @@ bool Polymer::exportPolymer(ofstream* _os) { ConnectType cType = elem->getType(); _os->write((const char*)&cType, sizeof(ConnectType)); } } return true; } Loading Loading
src/Polymer.cpp +28 −26 Original line number Diff line number Diff line Loading @@ -129,6 +129,7 @@ bool Polymer::exportPolymer(ofstream* _os) { size_t connectSize = getConnectionCount(); _os->write((const char*)&connectSize, sizeof(size_t)); // write connects if (connectSize > 0) { for (auto& elem : polymerMicrostructure->fragmentConnects) { bool fragmentFound = false; uint32_t indexFragment1 = 0; Loading Loading @@ -160,6 +161,7 @@ bool Polymer::exportPolymer(ofstream* _os) { ConnectType cType = elem->getType(); _os->write((const char*)&cType, sizeof(ConnectType)); } } return true; } Loading