IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3261


Ignore:
Timestamp:
Feb 17, 2005, 8:31:50 AM (21 years ago)
Author:
eugene
Message:

added tagging script, other minor cleanups

Location:
trunk/Ohana/src/opihi
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/quit.c

    r3212 r3261  
    55  int state;
    66
    7   fprintf (stderr, "Goodbye!\n");
    87  cleanup ();
    9   fprintf (stderr, "Cleanup done!\n");
    108
    119  state = 0;
  • trunk/Ohana/src/opihi/cmd.data/kern.c

    r2598 r3261  
    11# include "data.h"
    22
     3/** need to allow larger kernels (5x5, 7x7, etc) **/
    34int kern (int argc, char **argv) {
    45
     
    4041    /* file */
    4142    f = fopen (argv[2], "r");
     43    if (f == NULL) {
     44      fprintf (stderr, "file not found: %s\n", argv[2]);
     45      return (FALSE);
     46    }
    4247    for (i = 0; i < 3; i++) {
    4348      status = scan_line (f, line);
  • trunk/Ohana/src/opihi/doc/Change.log

    r2824 r3261  
    11
    2 2004.12.10:
     2opihi-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
    39
    4   fixed problem in lib.data/PlotVectors.c and lib.data/graphtools.c
    5   that broke plotting for data with very large or small exponents (|x|
    6   < 1e-12, |x| > 1e12).  also fixed cmd.data/vstats.c with same
    7   problem.
    8        
    9102004.12.23
    1011
     
    2324  stack has strings which cannot be resolved as a vector or matrix. 
    2425
     262004.12.10:
    2527
     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       
     33opihi-2-0:
     34  import to CVS 2004.12.03
Note: See TracChangeset for help on using the changeset viewer.