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

github.com/torch/trepl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index a043fe5..8255873 100644
--- a/init.lua
+++ b/init.lua
@@ -132,7 +132,8 @@ local selfhelp = [[
-- If no Torch:
if not torch then
torch = {
- typename = function() return '' end
+ typename = function() return '' end,
+ setheaptracking = function() end
}
end