Skip to content

Commit

Permalink
let user set variation
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Oct 11, 2024
1 parent d894411 commit f916ea1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ public static CLASDecoder createDecoderDevel(){
return decoder;
}

public void setVariation(String variation) {
detectorDecoder.setVariation(variation);
}

public void setDebugMode(int mode){
this.decoderDebugMode = mode;
}
Expand Down

0 comments on commit f916ea1

Please sign in to comment.