Index: doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa
===================================================================
--- doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa	(revision 74accc60ee92c4ea0615b1e4ccdb031dd58af74b)
+++ doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa	(revision 602cec420cb73fb9fe28fdfaef6a38d004148dfa)
@@ -12,5 +12,5 @@
 	@array@( string, C ) course_codes; $\C{// nested VLAs}$
 	@array@( string, S ) student_ids;
-	@array@( int, C, S ) preferences; $\C{// multidimensional}$
+	@array@( int, C, S ) preferences; $\C{// matrix, C x S}$
 };
 
Index: doc/theses/mike_brooks_MMath/programs/hello-md.cfa
===================================================================
--- doc/theses/mike_brooks_MMath/programs/hello-md.cfa	(revision 74accc60ee92c4ea0615b1e4ccdb031dd58af74b)
+++ doc/theses/mike_brooks_MMath/programs/hello-md.cfa	(revision 602cec420cb73fb9fe28fdfaef6a38d004148dfa)
@@ -119,10 +119,10 @@
 fill( m );
 /*
-r/c   0     1     2     3     4     5     6
-0  0.0  0.1  0.2  @0.3@  0.4  0.5  0.6  
-1  1.0  1.1  1.2  @1.3@  1.4  1.5  1.6  
-2  @2.0  2.1  2.2  2.3  2.4  2.5  2.6@  
-3  3.0  3.1  3.2  @3.3@  3.4  3.5  3.6  
-4  4.0  4.1  4.2  @4.3@  4.4  4.5  4.6
+r\c     0      1      2      3      4      5      6
+0    0.0   0.1   0.2   @0.3@   0.4   0.5   0.6  
+1    1.0   1.1   1.2   @1.3@   1.4   1.5   1.6  
+2    @2.0   2.1   2.2   2.3   2.4   2.5   2.6@  
+3    3.0   3.1   3.2   @3.3@   3.4   3.5   3.6  
+4    4.0   4.1   4.2   @4.3@   4.4   4.5   4.6
 */
 
