tre.rb zmienil nazwe na tre

tre sygnalizuje nieuzycie wymaganej dla niego opcji --info s w dgp



git-svn-id: svn://atos.wmid.amu.edu.pl/utt@52 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
This commit is contained in:
obrebski 2008-05-15 21:05:36 +00:00
parent 19760efd7b
commit b012e2a7b0
2 changed files with 6 additions and 1 deletions

View File

@ -52,7 +52,7 @@ prof: dgp
copy:
ifdef UTT_BIN_DIR
cp dgp dgc canonize tre.rb $(UTT_BIN_DIR)/
cp dgp dgc canonize tre $(UTT_BIN_DIR)/
# ponizsza linijka jest do usuniecia
cp go attr.pm seg.rb $(UTT_BIN_DIR)/
endif

View File

@ -195,6 +195,11 @@ def parsegraph(nodes)
parts = dgp[1].split($dgpsep,6)
if parts[3]==nil || parts[4]==nil || parts[5]==nil
$stderr.print "ERR: tre requires dgp be called with '--info s' option. Aborting.\n"
exit
end
i = parts[0].to_i
$pos[i] = dgp[0].to_i
$sat << i if parts[1]=="s"