IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2006, 4:55:32 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jhoblitt/ippdb/tests/insertobject.c

    r8089 r8094  
    410410        }
    411411
    412         object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", "a string", -32, -32);
     412        object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32);
    413413        if (!object) {
    414414            exit(EXIT_FAILURE);
     
    454454        }
    455455
    456         object = p2DoneImfileRowAlloc("a string", "a string", "a string", "a string", "a string", -32, -32);
     456        object = p2DoneImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32);
    457457        if (!object) {
    458458            exit(EXIT_FAILURE);
     
    542542        }
    543543
    544         object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", "a string");
     544        object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string");
    545545        if (!object) {
    546546            exit(EXIT_FAILURE);
     
    564564        }
    565565
    566         object = detStackedImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string");
     566        object = detStackedImfileRowAlloc(-32, -32, "a string", "a string", "a string");
    567567        if (!object) {
    568568            exit(EXIT_FAILURE);
     
    586586        }
    587587
    588         object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string");
     588        object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", "a string");
    589589        if (!object) {
    590590            exit(EXIT_FAILURE);
     
    630630        }
    631631
    632         object = detMasterImfileRowAlloc(-32, "a string", "a string", "a string", "a string");
     632        object = detMasterImfileRowAlloc(-32, "a string", "a string", "a string");
    633633        if (!object) {
    634634            exit(EXIT_FAILURE);
     
    652652        }
    653653
    654         object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string", "a string");
     654        object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string");
    655655        if (!object) {
    656656            exit(EXIT_FAILURE);
     
    674674        }
    675675
    676         object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", "a string", true);
     676        object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", true);
    677677        if (!object) {
    678678            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.