Changeset 37807 for trunk/Ohana/src/relastro/src/relastroVisual.c
- Timestamp:
- Jan 11, 2015, 2:14:39 PM (12 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relastro/src/relastroVisual.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/relastro/src/relastroVisual.c
r37038 r37807 24 24 /** Spawn a kapa window */ 25 25 static int initWindow(int *kapid) { 26 if (NTHREADS) { 27 fprintf (stderr, "-visual and -threads are incompatible, quitting\n"); 28 exit (2); 29 } 26 30 if (*kapid == -1) { 27 31 *kapid = KapaOpenNamedSocket("kapa", "relastro_plots"); … … 348 352 349 353 int i; 350 for (i = 0; i < numObj; i++) {354 for (i = 0; i < numObj; i++) { 351 355 if (raw[i].mask) continue; // XXX 352 356
Note:
See TracChangeset
for help on using the changeset viewer.
