This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 12a7f9d committed Sep 12, 2024 · 9 / 9
1 parent ad347bd commit 12a7f9d Copy full SHA for 12a7f9d
File tree 2 files changed +3
-0
lines changed
src/meshlabplugins/filter_isoparametrization
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
17
17
dbus-x11 \
18
18
fontconfig \
19
19
fuse \
20
+ gdb \
20
21
git \
21
22
kmod \
22
23
libboost-dev \
Original file line number Diff line number Diff line change @@ -599,6 +599,8 @@ class IsoParametrizator{
599
599
// /set the best value considering the ratio value
600
600
bool SetBestStatus (bool test_interpolation)
601
601
{
602
+ if (ParaStack.size () == 0 )
603
+ return false ;
602
604
std::sort (ParaStack.begin (),ParaStack.end ());
603
605
int indexmin=0 ;
604
606
bool isOK_interp;
You can’t perform that action at this time.
0 commit comments