Changeset 6d2af204 for tests/concurrent/actors/matrix.cfa
- Timestamp:
- Feb 5, 2023, 11:42:15 AM (3 years ago)
- Branches:
- ADT, ast-experimental, master, stuck-waitfor-destruct
- Children:
- 8fa77eb
- Parents:
- 9ef5516 (diff), 35d1de5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/concurrent/actors/matrix.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/actors/matrix.cfa
r9ef5516 r6d2af204 5 5 #include <stdio.h> 6 6 7 unsigned int xr = 100, xc = 100, yc = 100, Processors = 1; // default values7 unsigned int xr = 500, xc = 500, yc = 500, Processors = 1; // default values 8 8 9 9 struct derived_actor {
Note:
See TracChangeset
for help on using the changeset viewer.