Welson Sun wrote:
> I have got a DG (see attached pic), using
> org._3pq.jgrapht.traverse.DepthFirstIterator I got the following DFS
> sequence:
>
> START
> input
> ._2biquad.Add
> ._2biquad.b3
> ._2biquad.Add2
> ._2biquad.b
> ._2biquad.a3
> ._2biquad.Add7
> ._2biquad.a2
> ._2biquad.Add1
> output
> STOP
>
> I don't think this sequence is correct, any insights before I dig into the
> source code?
The sequence is not correct, but without the source code for a JUnit
testcase reproducing the problem in isolation, it's hard to say more.
JVS
|