Skip to content

Commit

Permalink
examples uses the new modules now
Browse files Browse the repository at this point in the history
  • Loading branch information
danielribeiro committed Aug 3, 2011
1 parent 8629bd6 commit 433fa36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/example_helpers.rb
@@ -1,6 +1,7 @@
$LOAD_PATH.unshift File.join(File.dirname(__FILE__),'..','lib')
require 'rubygems'
require 'block_type'
require 'rubycraft'
include RubyCraft

module ColorTopology
def squaredColorDist(c1, c2)
Expand Down
1 change: 0 additions & 1 deletion examples/plotting_example.rb
@@ -1,6 +1,5 @@
#!/usr/bin/env ruby
require 'example_helpers'
require 'region'
require 'set'

module Plots
Expand Down

0 comments on commit 433fa36

Please sign in to comment.