- Timestamp:
- Mar 22, 2026, 9:31:11 PM (4 days ago)
- Branches:
- master
- Children:
- 98da9e8
- Parents:
- f97e7be
- git-author:
- Peter A. Buhr <pabuhr@…> (03/22/26 21:27:13)
- git-committer:
- Peter A. Buhr <pabuhr@…> (03/22/26 21:31:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa
rf97e7be r8d764d4f 29 29 30 30 forall( [C], [S] ) 31 int getPref( @School( C, S ) & school@, int is, int pref ) { 31 int getPref( @School( C, S ) & school@, 32 int is, int pref ) { 32 33 for ( ic; C ) { 33 if ( pref == @school.preferences@[ic][is] ) return ic; $\C{// offset calculation implicit}$ 34 if ( pref == @school.preferences@[ic][is] ) 35 return ic; // offset calculation implicit 34 36 } 35 37 assert( false ); // must find a match 36 38 } 37 38 39 39 40 40
Note:
See TracChangeset
for help on using the changeset viewer.