Revision 2103 tmp/org.txm.analec.rcp/src/org/txm/macro/urs/AnalecUtils.groovy
AnalecUtils.groovy (revision 2103) | ||
---|---|---|
282 | 282 |
if (debug >= 3) println ""+unit.getDeb()+"->"+unit.getFin()+" "+match.getStart()+"->"+match.getEnd() |
283 | 283 |
if (unit.getFin() < match.getStart()) { |
284 | 284 |
if (debug >= 3) "println next unit" |
285 |
iCurrentUnit++ |
|
285 |
|
|
286 |
iCurrentUnit++ |
|
286 | 287 |
} else if (unit.getDeb() > match.getEnd()) { |
287 | 288 |
if (debug >= 3) "println next match" |
288 |
iCurrentMatch++ |
|
289 |
|
|
290 |
iCurrentMatch++ |
|
289 | 291 |
selectedUnits = [] |
290 | 292 |
selectedUnitsPerMatch[iCurrentMatch] = selectedUnits |
291 | 293 |
} else { |
Also available in: Unified diff