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

github.com/torch/optim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Canziani <alfredo.canziani@gmail.com>2013-08-16 01:30:20 +0400
committerAlfredo Canziani <alfredo.canziani@gmail.com>2013-08-16 01:30:20 +0400
commit8f4a8b94088f507b96d4a32916ad90b946487618 (patch)
treefc5fd84470f6e5f7a98b71209f6ac4bed93f68d0 /Logger.lua
parent9b6775c480288990df424c0307e443791fc16182 (diff)
Typooooooooo! Argh!
gnuPOT arghggh!
Diffstat (limited to 'Logger.lua')
-rw-r--r--Logger.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Logger.lua b/Logger.lua
index cc24b1e..fdc06e6 100644
--- a/Logger.lua
+++ b/Logger.lua
@@ -125,7 +125,7 @@ function Logger:plot(...)
gnuplot.plot(plots)
gnuplot.title('<Logger::' .. self.name .. '>')
gnuplot.plotflush()
- gnupot.close(epsfig)
+ gnuplot.close(epsfig)
end
end
end