|
@ -149,6 +149,7 @@ namespace storm { |
|
|
} |
|
|
} |
|
|
case storm::storage::DFTElementType::BE_CONST: |
|
|
case storm::storage::DFTElementType::BE_CONST: |
|
|
result.push_back(be->id()); |
|
|
result.push_back(be->id()); |
|
|
|
|
|
break; |
|
|
default: |
|
|
default: |
|
|
STORM_LOG_THROW(false, storm::exceptions::NotSupportedException, "BE type '" << be->type() << "' is not supported."); |
|
|
STORM_LOG_THROW(false, storm::exceptions::NotSupportedException, "BE type '" << be->type() << "' is not supported."); |
|
|
} |
|
|
} |
|
|