TopoNaming: Enable migration code for 1.0.X -> 1.1 (#26538)
This commit is contained in:
@@ -200,12 +200,12 @@ const std::string& ComplexGeoData::elementMapPrefix()
|
||||
|
||||
std::string ComplexGeoData::getElementMapVersion() const
|
||||
{
|
||||
return "4";
|
||||
return "5";
|
||||
}
|
||||
|
||||
bool ComplexGeoData::checkElementMapVersion(const char* ver) const
|
||||
{
|
||||
return !boost::equals(ver, "3") && !boost::equals(ver, "4") && !boost::starts_with(ver, "3.");
|
||||
return !boost::ends_with(ver, "5");
|
||||
}
|
||||
|
||||
size_t ComplexGeoData::getElementMapSize(bool flush) const
|
||||
|
||||
Reference in New Issue
Block a user