We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b54cd0 commit 7f6e2d3Copy full SHA for 7f6e2d3
examples/Example_get_apr.cpp
@@ -48,7 +48,7 @@ int runAPR(cmdLineOptions options) {
48
//the apr datastructure
49
APR apr;
50
51
- APRConverter<float> aprConverter;
+ APRConverter<uint16_t> aprConverter;
52
53
//read in the command line options into the parameters file
54
aprConverter.par.Ip_th = options.Ip_th;
0 commit comments