SCM Repository
[diderot] Diff of /branches/lamont/src/compiler/c-target/fragments/seq-run.in
Diff of /branches/lamont/src/compiler/c-target/fragments/seq-run.in
Parent Directory
|
Revision Log
|
Patch
21 |
if (! wrld->status[i]) { |
if (! wrld->status[i]) { |
22 |
nUpdates++; |
nUpdates++; |
23 |
// StrandStatus_t sts = strand->update(glob, wrld->inState[i], wrld->outState[i]); |
// StrandStatus_t sts = strand->update(glob, wrld->inState[i], wrld->outState[i]); |
24 |
StrandStatus_t sts = @STRAND@_Update(glob, wrld->inState[i], wrld->outState[i]); |
StrandStatus_t sts = @STRAND@_Update(glob, wrld->inState[i], wrld->outState[i],wrld->inState,wrld->gridCtx); |
25 |
switch (sts) { |
switch (sts) { |
26 |
case DIDEROT_STABILIZE: |
case DIDEROT_STABILIZE: |
27 |
existsStabilizing = true; |
existsStabilizing = true; |
|
Legend:
Removed from v.2081 |
|
changed lines |
|
Added in v.2083 |
|
|