Skip to content

Commit 387563a

Browse files
Merge pull request #5 from LIHPC-Computational-Geometry/qual_divider_widget
Qual divider widget
2 parents 4c2d7e1 + 214a418 commit 387563a

File tree

5 files changed

+1051
-121
lines changed

5 files changed

+1051
-121
lines changed

cmake/version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44

55
set (QQUALIF_MAJOR_VERSION "4")
6-
set (QQUALIF_MINOR_VERSION "3")
7-
set (QQUALIF_RELEASE_VERSION "2")
6+
set (QQUALIF_MINOR_VERSION "4")
7+
set (QQUALIF_RELEASE_VERSION "0")
88
set (QQUALIF_VERSION ${QQUALIF_MAJOR_VERSION}.${QQUALIF_MINOR_VERSION}.${QQUALIF_RELEASE_VERSION})
99

1010

src/QtQualif/QtQualifWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ void QtQualifWidget::updateHistogram ( )
470470
<< "\n" << exc.getFullMessage ( );
471471
throw (Exception (message));
472472
}
473-
} // if (true == coordinatesEvaluation ( ))
473+
} // for (i = 0; i < seriesNum; i++)
474474
} // if (true == coordinatesEvaluation ( ))
475475

476476
// Récupération des paramètres de présentation, application à l'histogramme,

0 commit comments

Comments
 (0)