Skip to content

Commit

Permalink
Merge remote-tracking branch 'roamlab/master' into stability_analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
mkghaas committed May 3, 2019
2 parents 502e615 + 448f35c commit 626c589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sudo: required

dist: trusty

addons:
apt:
update: true

matrix:
include:
- os: linux
Expand Down
2 changes: 1 addition & 1 deletion src/gws.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ GWS::buildHyperplanesFromWrenches(void *wr, int numWrenches,
if (useDimensions[d]) { dimensions++; }
}

sprintf(options, "qhull Pp n Qx C-0.0001");
sprintf(options, "qhull Pp n Qx QJ C-0.0001");
qh_initflags(options);
qh_init_B(&wrenches[0], numWrenches, dimensions, ismalloc);
qh_qhull();
Expand Down

0 comments on commit 626c589

Please sign in to comment.