Bug in field dependencies?
Richard Guenther
rguenth at tat.physik.uni-tuebingen.de
Fri Jun 7 09:27:51 UTC 2002
Hi!
If I have a 2d Field and do something like
rh.all() = 1.0;
rh(0, 0) = 10.0;
I'll end up with rh set to 1.0 everywhere - if I insert a
Pooma::blockAndEvaluate() inbetween the two assignments, it works
as expected.
Is this intended behavior or is it a bug? I'd think assigning to
rh(0, 0) should trigger the assignment to rh.all() to complete.
Thanks, Richard.
--
Richard Guenther <richard.guenther at uni-tuebingen.de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/
The GLAME Project: http://www.glame.de/
More information about the pooma-dev
mailing list