IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2004, 12:34:06 PM (22 years ago)
Author:
desonia
Message:

astyle fixed?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageIO.c

    r1253 r1406  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-07-21 23:49:52 $
     8 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-08-06 22:34:06 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3535
    3636testDescription tests[] = {
    37                               {testImageRead,567,"psImageReadSection",0,false},
    38                               {testImageWrite,569,"psImageWriteSection",0,false},
    39                               {NULL}
     37                              {
     38                                  testImageRead,567,"psImageReadSection",0,false
     39                              },
     40                              {
     41                                  testImageWrite,569,"psImageWriteSection",0,false
     42                              },
     43                              {
     44                                  NULL
     45                              }
    4046                          };
    4147
     
    291297    mkdir("tmpImages",0777);
    292298    remove
    293         ("writeTest.fits");
     299        ("writeTest.fits")
     300        ;
    294301    if (! psImageWriteSection(img,0,0,0,NULL,0,"tmpImages/writeTest.fits")) {
    295302        psError(__func__,"Couldn't write writeTest.fits.");
Note: See TracChangeset for help on using the changeset viewer.