---------------------------------------------------------------
| 149 | |
| 150 | // --------------------------------------------------------------- |
| 151 | static void PrintUsage (char *progName) { |
| 152 | cout << "Usage: " << progName << " checkin=filename " |
| 153 | << "checkout=outfilename " |
| 154 | << "ref_ratio= 2 or 4 " |
| 155 | << "grown_factor=integer " |
| 156 | << "star_at_center =0 or 1 " |
| 157 | << "[nfiles=nfilesout] " |
| 158 | << "[verbose=trueorfalse]" << endl; |
| 159 | exit(1); |
| 160 | } |
| 161 | |
| 162 | // --------------------------------------------------------------- |
| 163 |