It looks like VC is having trouble converting the non-const iterator
to a const one. Try putting
static_cast<Model::ParticleConstIterator>(fi.p_) in instead of fi.p_.
Hopefully that will give it enough of a hint that it can figure things
out.
Thanks - that was exactly it. Now fixed in r522.
Ben
--
ben@salilab.orghttp://salilab.org/~ben/
"It is a capital mistake to theorize before one has data."
- Sir Arthur Conan Doyle