IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16448


Ignore:
Timestamp:
Feb 13, 2008, 3:28:51 PM (18 years ago)
Author:
eugene
Message:

add FreeMana, real to Command

Location:
trunk/Ohana/src/opihi/mana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/mana/init.c

    r4748 r16448  
    88
    99static Command cmds[] = { 
    10   {"findpeaks",   findpeaks,    "find image peaks"},
    11   {"fitcontour",  fitcontour,   "fit ellipse contour"},
    12   {"starcontour", starcontour,  "object contour"},
    13   {"rawstars",    rawstars,     "find raw star stats"},
    14   {"version",     version,      "show version information"},
     10  {1, "findpeaks",   findpeaks,    "find image peaks"},
     11  {1, "fitcontour",  fitcontour,   "fit ellipse contour"},
     12  {1, "starcontour", starcontour,  "object contour"},
     13  {1, "rawstars",    rawstars,     "find raw star stats"},
     14  {1, "version",     version,      "show version information"},
    1515};
    1616
     
    2424
    2525}
     26
     27void FreeMana () {
     28}
  • trunk/Ohana/src/opihi/mana/mana.c.in

    r13479 r16448  
    5252void cleanup () {
    5353  QuitKapa ();
     54  ConfigFree ();
     55 
     56  FreeBasic ();
     57  FreeData ();
     58  FreeAstro ();
     59  FreeMana ();
     60
    5461  return;
    5562}
Note: See TracChangeset for help on using the changeset viewer.