jfjoch_viewer: Slightly increase precision of resolution of powder rings (4 digits)
This commit is contained in:
@@ -231,7 +231,7 @@ void JFJochViewerSidePanel::findBeamCenterClicked() {
|
||||
void JFJochViewerSidePanel::setRings(const QVector <float> &v) {
|
||||
QString txt;
|
||||
for (float i : v) {
|
||||
txt += QString::number(i, 'f', 3) + ",";
|
||||
txt += QString::number(i, 'f', 4) + ",";
|
||||
}
|
||||
|
||||
resRingsCheckBox->setChecked(true);
|
||||
|
||||
Reference in New Issue
Block a user