VectorD lacks operators = and -=. Is there any way to perform the operation p = p - v or p-=v then ?
I appear to have missed that (and unary minus). I'll add them.
On Dec 15, 2008, at 5:12 PM, Javier Ángel Velázquez Muriel wrote:
> VectorD lacks operators = and -=. Is there any way to perform the > operation p = p - v or p-=v then ? > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
A patch adding -= has been put in kernel/doc/patch.
VectorD shouldn't have an explicit operator= since the compiler derived one does just fine.
On Dec 15, 2008, at 5:12 PM, Javier Ángel Velázquez Muriel wrote:
> VectorD lacks operators = and -=. Is there any way to perform the > operation p = p - v or p-=v then ? > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
participants (2)
-
Daniel Russel
-
Javier Ángel Velázquez Muriel