Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Oct 24, 2023
1 parent bfd45a7 commit a41a381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/sdfg/sdfg_parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class SDFGStateParser {
switch (x.type) {
case SDFGElementType.SDFGState:
case SDFGElementType.BasicBlock:
case SDFGElementType.LoopScopeBlock:
case SDFGElementType.LoopRegion:
return new SDFGStateParser(x as JsonSDFGBlock);
default:
return new SDFGNodeParser(x as JsonSDFGNode);
Expand Down

0 comments on commit a41a381

Please sign in to comment.