[Biojava-l] Possible missync between AssembledSymbolList and SimpleAssembly
David Huen
smh1008@cus.cam.ac.uk
Sun, 2 Sep 2001 12:22:31 +0100 (BST)
I have been getting a compilation error with the current CVS checkout
which seems to arise from a parameter list change in the former.
Changing line 198 in the latter from:-
assembly.putComponent(loc, cf);
to:-
assembly.putComponent( cf);
seems to fix it sensibly (location is picked up from cf now).
Tell me if I have read the intent correctly here before I do a commit on
the change.
Thanks,
David Huen