Skip to content

Commit

Permalink
Partially revert #8414 (#8420)
Browse files Browse the repository at this point in the history
  • Loading branch information
perost committed Jan 14, 2022
1 parent ec6160b commit 4196d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/Compiler/NFFrontEnd/NFType.mo
Expand Up @@ -695,7 +695,7 @@ public
case ARRAY() then ty.dimensions;
case FUNCTION() then arrayDims(Function.returnType(ty.fn));
case METABOXED() then arrayDims(ty.ty);
case CONDITIONAL_ARRAY() then List.fill(Dimension.UNKNOWN(), dimensionCount(ty.trueType));
//case CONDITIONAL_ARRAY() then List.fill(Dimension.UNKNOWN(), dimensionCount(ty.trueType));
else {};
end match;
end arrayDims;
Expand Down

0 comments on commit 4196d44

Please sign in to comment.