Skip to content

Commit 7f6e2d3

Browse files
committed
Reverting APRCOnverter type to previoius value
1 parent 1b54cd0 commit 7f6e2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example_get_apr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ int runAPR(cmdLineOptions options) {
4848
//the apr datastructure
4949
APR apr;
5050

51-
APRConverter<float> aprConverter;
51+
APRConverter<uint16_t> aprConverter;
5252

5353
//read in the command line options into the parameters file
5454
aprConverter.par.Ip_th = options.Ip_th;

0 commit comments

Comments
 (0)