TangLaoya / parafem

Automatically exported from code.google.com/p/parafem
0 stars 0 forks source link

find_no2 does not work with repeated node indices #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some .fix files repeat node IDs, ie:

1 2 0.1000
1 3 0.1000
2 1 0.1000
3 2 0.1000

Here the format is <nodeID> <sense> <value>

find_no works fine when <nodeID> is repeated as above. find_no2 gives erroneous 
results and needs fixing.

Original issue reported on code.google.com by drmarge...@gmail.com on 28 Mar 2012 at 10:50