Changeset 3261
- Timestamp:
- Feb 17, 2005, 8:31:50 AM (21 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 1 added
- 3 edited
-
cmd.basic/quit.c (modified) (1 diff)
-
cmd.data/kern.c (modified) (2 diffs)
-
doc/Change.log (modified) (2 diffs)
-
scripts/tag-elixir (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/quit.c
r3212 r3261 5 5 int state; 6 6 7 fprintf (stderr, "Goodbye!\n");8 7 cleanup (); 9 fprintf (stderr, "Cleanup done!\n");10 8 11 9 state = 0; -
trunk/Ohana/src/opihi/cmd.data/kern.c
r2598 r3261 1 1 # include "data.h" 2 2 3 /** need to allow larger kernels (5x5, 7x7, etc) **/ 3 4 int kern (int argc, char **argv) { 4 5 … … 40 41 /* file */ 41 42 f = fopen (argv[2], "r"); 43 if (f == NULL) { 44 fprintf (stderr, "file not found: %s\n", argv[2]); 45 return (FALSE); 46 } 42 47 for (i = 0; i < 3; i++) { 43 48 status = scan_line (f, line); -
trunk/Ohana/src/opihi/doc/Change.log
r2824 r3261 1 1 2 2004.12.10: 2 opihi-2-1: 3 major reorg of imfit / added imfit functions 4 cleaned up get_argument calls so -Wall does not give errors 5 moved the 'elixir' command to dvo 6 tag added only to elixir implementations (mana + dvo) 7 dimm - need to coordinate with Olivier and Bernt 8 dvo2, pcontrol, pclient, sched - all under development 3 9 4 fixed problem in lib.data/PlotVectors.c and lib.data/graphtools.c5 that broke plotting for data with very large or small exponents (|x|6 < 1e-12, |x| > 1e12). also fixed cmd.data/vstats.c with same7 problem.8 9 10 2004.12.23 10 11 … … 23 24 stack has strings which cannot be resolved as a vector or matrix. 24 25 26 2004.12.10: 25 27 28 fixed problem in lib.data/PlotVectors.c and lib.data/graphtools.c 29 that broke plotting for data with very large or small exponents (|x| 30 < 1e-12, |x| > 1e12). also fixed cmd.data/vstats.c with same 31 problem. 32 33 opihi-2-0: 34 import to CVS 2004.12.03
Note:
See TracChangeset
for help on using the changeset viewer.
