| 46 | } |
| 47 | |
| 48 | static |
| 49 | void |
| 50 | PrintUsage (char* progName) |
| 51 | { |
| 52 | std::cout << "\nUsage:\n" |
| 53 | << progName |
| 54 | << "\n\tinfile = inputFileName" |
| 55 | << "\n\tplot_vars = list of plot variables (none specified --> ALL)" |
| 56 | << "\n\t[-help]" |
| 57 | << "\n\n"; |
| 58 | exit(1); |
| 59 | } |
| 60 | |
| 61 | // |
| 62 | // Special MatLab value specifying float or double. |