]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/numerical-integration/numerical-integration.factor
Updating code for make and fry changes
[factor.git] / extra / math / numerical-integration / numerical-integration.factor
index 163fc40c465c3d7fb51f69711daf933d3f3b1098..798d3a5e7154ee0fe81eaa4e35e11a4ba117b630 100644 (file)
@@ -1,4 +1,4 @@
-USING: arrays kernel sequences namespaces math math.ranges
+USING: arrays kernel sequences namespaces make math math.ranges
 math.vectors vectors ;
 IN: math.numerical-integration