Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

make_data.C

Go to the documentation of this file.
00001 
00002 // Produce data for input to make_image.
00003 
00004 #include "stdinc.h"
00005 
00006 main()
00007 {
00008   int nx = 128, ny = 128;
00009 
00010     for (int i = 0; i < nx; i++)
00011       for (int j = 0; j < ny; j++)
00012           cout << i+j << " ";
00013 }

Generated at Sun Feb 24 09:57:07 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001