Skip to content

Commit

Permalink
Version 4.4.0. QtQualityDividerWidget class allowing to search in a m…
Browse files Browse the repository at this point in the history
…esh the meshes corresponding to a certain quality profile (min-max domain of a quality criterion), the objective being to search for invalid meshes in a haystack !
  • Loading branch information
Charles PIGNEROL committed Oct 22, 2024
1 parent 4c2d7e1 commit 5b11457
Show file tree
Hide file tree
Showing 5 changed files with 933 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#

set (QQUALIF_MAJOR_VERSION "4")
set (QQUALIF_MINOR_VERSION "3")
set (QQUALIF_RELEASE_VERSION "2")
set (QQUALIF_MINOR_VERSION "4")
set (QQUALIF_RELEASE_VERSION "0")
set (QQUALIF_VERSION ${QQUALIF_MAJOR_VERSION}.${QQUALIF_MINOR_VERSION}.${QQUALIF_RELEASE_VERSION})


2 changes: 1 addition & 1 deletion src/QtQualif/QtQualifWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ void QtQualifWidget::updateHistogram ( )
<< "\n" << exc.getFullMessage ( );
throw (Exception (message));
}
} // if (true == coordinatesEvaluation ( ))
} // for (i = 0; i < seriesNum; i++)
} // if (true == coordinatesEvaluation ( ))

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

0 comments on commit 5b11457

Please sign in to comment.