Skip to content

Commit

Permalink
eckit::maths::Qhull missing check
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaciel committed Jan 10, 2024
1 parent 1c0c407 commit b6d2b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eckit/maths/Qhull.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Qhull::Qhull(size_t N, const coord_t& coord, const std::string& command) {
auto pointCount = static_cast<int>(coord.size() / N);

qh_ = new orgQhull::Qhull;
ASSERT(qh_ != nullptr);

std::ostringstream err;
qh_->setErrorStream(&err);
Expand Down

0 comments on commit b6d2b4f

Please sign in to comment.