Skip to content

Commit

Permalink
Merge pull request #2 from edzer/master
Browse files Browse the repository at this point in the history
corrected typo
  • Loading branch information
dpavlushko committed Nov 12, 2015
2 parents 3a394fa + fda9c9d commit 84d6574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/clustering.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tool_exec <- function(in_params, out_params)
arc.write(out_sim, data=list(id=1:length(sim.xy$x)), sim.xy, list(type='Point', WKT=arc.shapeinfo(data_shp)$WKT))
}
arc.progress_label("Done")
return(out_prams)
return(out_params)
}

simulation <- function(bestModel, n)
Expand Down

0 comments on commit 84d6574

Please sign in to comment.