- Timestamp:
- Mar 23, 2011, 9:57:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psModules/src/extras/pmVisual.c
r30623 r31019 1 /** The following are a collection of core procedures to aid the creation of vis aual diagnostics1 /** The following are a collection of core procedures to aid the creation of visual diagnostics 2 2 * @author Chris Beaumont, IfA 3 3 * @date January 23, 2008 … … 80 80 81 81 bool pmVisualInitWindow (int *kapid, char *name) { 82 82 83 if (*kapid == -1) { 83 84 *kapid = KapaOpenNamedSocket("kapa", name); 84 85 if (*kapid == -1) { 85 fprintf (stderr, "Failure to open kapa .\n");86 isVisual = false;86 fprintf (stderr, "Failure to open kapa; visual mode disabled.\n"); 87 pmVisualSetVisual(false); 87 88 return false; 88 89 } … … 255 256 } 256 257 258 if (increasing) { 259 fprintf (stderr, "plotting points scaled from %f to %f\n", zmin, zmax); 260 } else { 261 fprintf (stderr, "plotting points scaled from %f to %f\n", zmax, zmin); 262 } 263 257 264 float range = zmax - zmin; 258 265 if (range == 0.0) {
Note:
See TracChangeset
for help on using the changeset viewer.
