bugfix: set xprec
to 9 for XY datasets
This commit is contained in:
parent
59de48424e
commit
2326725756
@ -508,6 +508,8 @@ namespace imc
|
|||||||
throw std::runtime_error("x and y data have different number of values");
|
throw std::runtime_error("x and y data have different number of values");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xprec_ = 9;
|
||||||
|
|
||||||
process_data(xdata_, xnum_values, xdatatp_, xCSbuffer);
|
process_data(xdata_, xnum_values, xdatatp_, xCSbuffer);
|
||||||
process_data(ydata_, ynum_values, ydatatp_, yCSbuffer);
|
process_data(ydata_, ynum_values, ydatatp_, yCSbuffer);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user