Bug in BlockRandSeq.h
Posted: 18 Jun 2010, 17:57
Hello,
I am using the SetFrequencies member of BlockRandSeq.h and encountered a bug. I am using v3.0 in VS 2008.
curElement should be initialized as Sequence::iterator instead of Sequence::const_iterator. Otherwise the function cannot write the sequence.
David
I am using the SetFrequencies member of BlockRandSeq.h and encountered a bug. I am using v3.0 in VS 2008.
curElement should be initialized as Sequence::iterator instead of Sequence::const_iterator. Otherwise the function cannot write the sequence.
David