Ignore:
Timestamp:
Mar 22, 2026, 9:31:11 PM (4 days ago)
Author:
Peter A. Buhr <pabuhr@…>
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)
Message:

use subfloat for figure programs, inline footnote

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa

    rf97e7be r8d764d4f  
    2929
    3030forall( [C], [S] )
    31 int getPref( @School( C, S ) & school@, int is, int pref ) {
     31int getPref( @School( C, S ) & school@,
     32                                 int is, int pref ) {
    3233        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
    3436        }
    3537        assert( false );        // must find a match
    3638}
    37 
    38 
    3939
    4040
Note: See TracChangeset for help on using the changeset viewer.