Skip to content

Commit c15fdaa

Browse files
committed
include -> require
1 parent 3230b41 commit c15fdaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'torch'
22

33
gnuplot = {}
4-
include('gnuplot.lua')
5-
include('hist.lua')
4+
require('gnuplot.gnuplot')
5+
require('gnuplot.hist')
66

77
return gnuplot

0 commit comments

Comments
 (0)