diff --git a/utils/shapeindex/shapeindex.cpp b/utils/shapeindex/shapeindex.cpp index f54508c45..9dcff1189 100644 --- a/utils/shapeindex/shapeindex.cpp +++ b/utils/shapeindex/shapeindex.cpp @@ -72,13 +72,13 @@ int main (int argc,char** argv) if (vm.count("version")) { std::clog << "version 0.3.0" < tree(extent, depth, ratio); @@ -278,5 +283,5 @@ int main (int argc,char** argv) } std::clog << "done!" << std::endl; - return 0; + return EXIT_SUCCESS; }