Changeset 13469
- Timestamp:
- May 21, 2007, 6:53:56 PM (19 years ago)
- Location:
- branches/kapa-mods-2007-05/Ohana/src
- Files:
-
- 7 edited
-
gastro/src/plotstuff.c (modified) (1 diff)
-
gastro2/src/plotstuff.c (modified) (1 diff)
-
kapa2/Makefile (modified) (3 diffs)
-
opihi/lib.shell/startup.c (modified) (1 diff)
-
relastro/src/plotstuff.c (modified) (1 diff)
-
relphot/src/plotstuff.c (modified) (1 diff)
-
uniphot/src/plotstuff.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/gastro/src/plotstuff.c
r13404 r13469 18 18 19 19 sprintf (name, "gastro [%d]", N); 20 Xgraph[N] = KapaOpen ("kapa 2", name);20 Xgraph[N] = KapaOpen ("kapa", name); 21 21 22 22 if (Xgraph[N] < 0) { -
branches/kapa-mods-2007-05/Ohana/src/gastro2/src/plotstuff.c
r13404 r13469 18 18 19 19 sprintf (name, "gastro [%d]", N); 20 Xgraph[N] = KapaOpen ("kapa 2", name);20 Xgraph[N] = KapaOpen ("kapa", name); 21 21 22 22 if (Xgraph[N] < 0) { -
branches/kapa-mods-2007-05/Ohana/src/kapa2/Makefile
r13434 r13469 1 default: kapa 21 default: kapa 2 2 help: 3 3 @echo "make options: kapa (default)" … … 20 20 INDEPS = $(DESTINC)/kapa.h $(DESTINC)/dvo.h $(DESTINC)/gfitsio.h $(DESTINC)/ohana.h 21 21 22 kapa2: $(BIN)/kapa 2.$(ARCH)23 install: $(DESTBIN)/kapa 222 kapa2: $(BIN)/kapa.$(ARCH) 23 install: $(DESTBIN)/kapa 24 24 25 25 KAPA = \ … … 89 89 $(OBJ): $(INDEPS) $(LDDEPS) 90 90 91 $(BIN)/kapa 2.$(ARCH): $(OBJ)91 $(BIN)/kapa.$(ARCH): $(OBJ) -
branches/kapa-mods-2007-05/Ohana/src/opihi/lib.shell/startup.c
r13391 r13469 43 43 else 44 44 set_str_variable ("HOME", home); 45 set_str_variable ("KII", "kapa2"); 46 set_str_variable ("KAPA", "kapa2"); 45 set_str_variable ("KAPA", "kapa"); 47 46 set_variable ("PID", getpid()); 48 47 -
branches/kapa-mods-2007-05/Ohana/src/relastro/src/plotstuff.c
r13455 r13469 24 24 25 25 sprintf (name, "gastro [%d]", N); 26 Xgraph[N] = KapaOpen ("kapa 2", name);26 Xgraph[N] = KapaOpen ("kapa", name); 27 27 28 28 if (Xgraph[N] < 0) { -
branches/kapa-mods-2007-05/Ohana/src/relphot/src/plotstuff.c
r13465 r13469 24 24 25 25 sprintf (name, "gastro [%d]", N); 26 Xgraph[N] = KapaOpen ("kapa 2", name);26 Xgraph[N] = KapaOpen ("kapa", name); 27 27 28 28 if (Xgraph[N] < 0) { -
branches/kapa-mods-2007-05/Ohana/src/uniphot/src/plotstuff.c
r13404 r13469 18 18 19 19 sprintf (name, "gastro [%d]", N); 20 Xgraph[N] = KapaOpen ("kapa 2", name);20 Xgraph[N] = KapaOpen ("kapa", name); 21 21 22 22 if (Xgraph[N] < 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
