Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Dec 8, 2015
1 parent 173d9f4 commit 6578155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {fmin, bisect, minimizeConjugateGradient, zeros, zerosM, norm2,
multiplyBy} from './fmin';
import {intersectionArea, circleOverlap, circleCircleIntersection, distance, distanceFromIntersectArea} from './circleintersection';
import {intersectionArea, circleOverlap, circleCircleIntersection, distance} from './circleintersection';

/** given a list of set objects, and their corresponding overlaps.
updates the (x, y, radius) attribute on each set such that their positions
Expand Down

0 comments on commit 6578155

Please sign in to comment.