Skip to content

Commit

Permalink
Matlab namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandouglas committed Sep 3, 2020
1 parent 6b471da commit cdfef50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/GenerateOperators.m
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@



outputFnStr = sprintf("package NERVariants;\n\n");
outputFnStr = sprintf("package orc.ner;\n\n");
outputFnStr = strcat(outputFnStr, sprintf("import operators.MetaNEROperator;\n"));
outputFnStr = strcat(outputFnStr, sprintf("import beast.util.Randomizer;\n\n"));

Expand Down

0 comments on commit cdfef50

Please sign in to comment.