IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2006, 7:18:19 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.24

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/pop.c

    r8228 r8266  
    686686        char            exp_id[256];
    687687        char            recipe[256];
     688        bool            keep;
    688689        bool            accept;
    689690
     
    693694        }
    694695
    695         if (!detResidExpAnalysisPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&recipe, &accept)) {
     696        if (!detResidExpAnalysisPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&recipe, &keep, &accept)) {
    696697            exit(EXIT_FAILURE);
    697698        }
Note: See TracChangeset for help on using the changeset viewer.