Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/gnuplot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoumith <soumith@gmail.com>2015-10-26 21:37:47 +0300
committersoumith <soumith@gmail.com>2015-10-26 21:37:47 +0300
commitc060cac1ca67b3204a769744873938762b7929f1 (patch)
treef83808f15ed9e8394c6062eea1fac36672d29ceb
parentda27fdadd6ddaf9450a3d11ce24ede2db24266c8 (diff)
return package by default
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 9c63805..726e8ec 100644
--- a/init.lua
+++ b/init.lua
@@ -3,3 +3,5 @@ require 'torch'
gnuplot = {}
include('gnuplot.lua')
include('hist.lua')
+
+return gnuplot