IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2008, 12:36:14 PM (18 years ago)
Author:
eugene
Message:

need to have a save version which truncates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r17190 r17245  
    360360int dvo_catalog_open (Catalog *catalog, SkyRegion *region, int VERBOSE, char *iomode);
    361361int dvo_catalog_save (Catalog *catalog, char VERBOSE);
     362int dvo_catalog_save_complete (Catalog *catalog, char VERBOSE);
    362363int dvo_catalog_update (Catalog *catalog, char VERBOSE);
    363364int dvo_catalog_catformat (char *catformat);
     
    373374int dvo_catalog_save_split (Catalog *catalog, char VERBOSE);
    374375int dvo_catalog_update_split (Catalog *catalog, char VERBOSE);
     376int dvo_catalog_save_split_complete (Catalog *catalog, char VERBOSE);
    375377
    376378int dvo_catalog_load_segment (Catalog *catalog, int VERBOSE, int start, int Nrows);
Note: See TracChangeset for help on using the changeset viewer.