Inside C code.  Note order how the numbers increase across rows
1	2	
3	4	

  Inside Fortran.  Note how numbers increase now.
  1  3
  2  4
