On Sat, Jul 16, 2011 at 4:39 AM, Erik Schnetter <span dir="ltr">&lt;<a href="mailto:schnetter@cct.lsu.edu">schnetter@cct.lsu.edu</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I notice that ML_ADMConstraints is not quite scheduled correctly. It<br>
is scheduled with the line<br>
<br>
schedule group ML_ADMConstraints_group in MoL_PseudoEvolution<br>
<br>
which lacks an &quot;after MoL_PostStep&quot;, since the ADM variables are<br>
calculated in MoL_PostStep. However, this line is auto-generated by<br>
Kranc -- is there a good way to add this &quot;after&quot; modifier?<br>
<br>
One work-around would be to schedule an empty group (or a trivial<br>
routine) in between these two, ensuring their correct order.<br></blockquote><div><br></div><div>I recently encountered a similar difficulty. I wanted Kranc to take care of which groups to schedule my calculation in, but also wanted to ensure that it happened after another calculation. I didn&#39;t find a solution yet, but given that there are at least two cases where this would be useful I think adding something to Kranc would be favorable over a case-by-case work-around.</div>

<div><br></div><div>Barry</div></div>