summaryrefslogtreecommitdiff
path: root/a4/octave.cc
diff options
context:
space:
mode:
Diffstat (limited to 'a4/octave.cc')
-rw-r--r--a4/octave.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/a4/octave.cc b/a4/octave.cc
index e48fe6c..2d9a239 100644
--- a/a4/octave.cc
+++ b/a4/octave.cc
@@ -31,7 +31,7 @@ void Plot::add(const std::pair<double, double>& point)
void Plot::add(double y)
{
- if(y < 1000.0)
+ //if(y < 1000.0)
{
add({x, y});
}