Changeset 27491 for trunk/Ohana/src/opihi
- Timestamp:
- Mar 27, 2010, 5:27:25 PM (16 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 11 edited
-
cmd.astro/coords.c (modified) (1 diff)
-
cmd.astro/galradius.c (modified) (1 diff)
-
cmd.astro/petrosian.c (modified) (1 diff)
-
cmd.basic/run_while.c (modified) (1 diff)
-
cmd.data/section.c (modified) (1 diff)
-
cmd.data/subset.c (modified) (1 diff)
-
dvo/ImageOps.c (modified) (1 diff)
-
dvo/dbCmdlineFields.c (modified) (1 diff)
-
lib.shell/expand_vectors.c (modified) (1 diff)
-
lib.shell/parse.c (modified) (1 diff)
-
pantasks/ControllerOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/coords.c
r20936 r27491 10 10 Coords coords, moscoords; 11 11 Buffer *buf, *mosbuffer; 12 Vector *xvec, *yvec; 12 Vector *xvec = NULL; 13 Vector *yvec = NULL; 13 14 14 15 MOSAIC = NULL; -
trunk/Ohana/src/opihi/cmd.astro/galradius.c
r27435 r27491 99 99 100 100 above = TRUE; 101 Ro = 0; 101 102 for (i = 0; i < Nout; i++) { 102 103 -
trunk/Ohana/src/opihi/cmd.astro/petrosian.c
r27435 r27491 39 39 ResetVector (Avec, OPIHI_FLT, fvec[0].Nelements); 40 40 41 flux_90 = rad_90 = 0.0; 41 42 R_90 = 0.1; 42 43 above = TRUE; -
trunk/Ohana/src/opihi/cmd.basic/run_while.c
r16884 r27491 83 83 84 84 /* execute for loop */ 85 status = FALSE; 85 86 while (logic) { 86 87 status = exec_loop (&loop); -
trunk/Ohana/src/opihi/cmd.data/section.c
r13479 r27491 6 6 7 7 int N, action, kapa; 8 char *name, *location;9 8 Graphdata graphmode; 10 9 KapaSection section; 10 char *name = NULL; 11 char *location = NULL; 11 12 12 13 action = NONE; -
trunk/Ohana/src/opihi/cmd.data/subset.c
r25757 r27491 11 11 out = NULL; 12 12 ivec = ovec = tvec = NULL; 13 Npts = 0; 13 14 14 15 valid = TRUE; -
trunk/Ohana/src/opihi/dvo/ImageOps.c
r27435 r27491 26 26 } 27 27 28 patch.Rmin = 0; 29 patch.Rmax = 0; 30 patch.Dmin = 0; 31 patch.Dmax = 0; 28 32 if (selection->useSkyregion) { 29 33 double Rs, Re, Ds, De; -
trunk/Ohana/src/opihi/dvo/dbCmdlineFields.c
r20936 r27491 54 54 ALLOCATE (fields, dbField, NFIELDS); 55 55 dbInitField (&fields[0]); 56 57 status = FALSE; 56 58 57 59 // examine each argv[i] entry until we reach a 'where' or a 'matched' -
trunk/Ohana/src/opihi/lib.shell/expand_vectors.c
r20936 r27491 27 27 strncpy (newline, line, n); 28 28 N = newline + n; 29 J = 0; 29 30 while (1) { 30 31 /* find square-bracket pair [..] */ -
trunk/Ohana/src/opihi/lib.shell/parse.c
r20936 r27491 11 11 Buffer *buf; 12 12 13 Ny = 0; 13 14 val = V0 = NULL; 14 15 -
trunk/Ohana/src/opihi/pantasks/ControllerOps.c
r23558 r27491 624 624 InitIOBuffer (&buffer, 0x100); 625 625 626 status = TRUE; 627 626 628 // XXX lock the host table? no: that would risk a dead lock between client and controller threads: 627 629 gprint (GP_ERR, "pcontrol restarted, reloading hosts\n");
Note:
See TracChangeset
for help on using the changeset viewer.
