freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in field dependencies?


From: Richard Guenther
Subject: Bug in field dependencies?
Date: Fri, 7 Jun 2002 11:27:51 +0200 (CEST)

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 <address@hidden>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/
The GLAME Project: http://www.glame.de/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]