summaryrefslogtreecommitdiff
path: root/lazar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lazar.rb')
-rw-r--r--lazar.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lazar.rb b/lazar.rb
index 3ccb72f..4a6c921 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -192,6 +192,7 @@ post '/lazar/?' do
lazar.conf_stdev = false
lazar.conf_stdev = true if params[:conf_stdev] == "true"
lazar.pc_type = params[:pc_type] if params[:pc_type]
+ lazar.max_perc_neighbors = params[:max_perc_neighbors].to_i if params[:max_perc_neighbors]