Now it works with new Path constructor

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2499 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-12-29 14:48:36 +00:00
parent 4ff1b98772
commit a27a24acda

View File

@@ -160,7 +160,7 @@ if __FILE__ == $0
if ARGV.include?("-doom")
jobs.each {|j|
pmd = PMDMap.new(j.pmd_lines)
p = Path.new(Point.new(0, 1000))
p = Path.new(0, 1000)
p.add("e200/n200/e200/s200/e200/", pmd.nooks)
p.add("s400/")
p.add("w200/s200/w200/n200/w200/", pmd.nooks)