Changeset 16448
- Timestamp:
- Feb 13, 2008, 3:28:51 PM (18 years ago)
- Location:
- trunk/Ohana/src/opihi/mana
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/mana/init.c
r4748 r16448 8 8 9 9 static 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"}, 15 15 }; 16 16 … … 24 24 25 25 } 26 27 void FreeMana () { 28 } -
trunk/Ohana/src/opihi/mana/mana.c.in
r13479 r16448 52 52 void cleanup () { 53 53 QuitKapa (); 54 ConfigFree (); 55 56 FreeBasic (); 57 FreeData (); 58 FreeAstro (); 59 FreeMana (); 60 54 61 return; 55 62 }
Note:
See TracChangeset
for help on using the changeset viewer.
