[Developers] If clauses in schedule
David Rideout
dprideout at gmail.com
Tue Apr 8 10:39:07 CDT 2008
What sort of expression can we put for condX? Just an integer grid
scalar? A parameter? I recall you mentioned that there is no
expression parsing for this. If it is just an integer grid scalar,
then is this sufficiently different from the while syntax to justify
its addition?
-David
On Tue, Apr 8, 2008 at 11:20 AM, Erik Schnetter <schnetter at cct.lsu.edu> wrote:
> The new if clauses do not affect the order in which scheduled items are
> executed. The schedule is constant in time, but certain elements are
> skipped depending on certain conditions. A schedule description
>
> schedule A if condX
>
> becomes internally at run time something like
>
> if condX execute A
>
> similar to the existing
>
> while condY execute B
>
>
>
> -erik
>
> --
> Erik Schnetter <schnetter at cct.lsu.edu> http://www.cct.lsu.edu/~eschnett/
>
> My email is as private as my paper mail. I therefore support encrypting
> and signing email messages. Get my PGP key from www.keyserver.net.
>
>
>
>
> _______________________________________________
> Developers mailing list
> Developers at cactuscode.org
> http://www.cactuscode.org/mailman/listinfo/developers
>
>
More information about the Developers
mailing list