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_psImage.c

    r1212 r1406  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-07-13 01:37:58 $
     8 *  @version $Revision: 1.22 $ $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
     
    2626
    2727testDescription tests[] = {
    28                               {testImageAlloc,546,"psImageAlloc",0,false},
    29                               {testImageAlloc,548,"psImageFree",0,true},
    30                               {testImageSubset,547,"psImageSubset",0,false},
    31                               {testImageSubset,550,"psImageSubset",0,true},
    32                               {testImageCopy,551,"psImageCopy",0,false},
    33                               {NULL}
     28                              {
     29                                  testImageAlloc,546,"psImageAlloc",0,false
     30                              },
     31                              {
     32                                  testImageAlloc,548,"psImageFree",0,true
     33                              },
     34                              {
     35                                  testImageSubset,547,"psImageSubset",0,false
     36                              },
     37                              {
     38                                  testImageSubset,550,"psImageSubset",0,true
     39                              },
     40                              {
     41                                  testImageCopy,551,"psImageCopy",0,false
     42                              },
     43                              {
     44                                  NULL
     45                              }
    3446                          };
    3547
     
    4961    psImage* image = NULL;
    5062    unsigned int sizes = 6;
    51     unsigned int numCols[] = {0,1,1,100,100,150};
    52     unsigned int numRows[] = {0,1,100,1,150,100};
     63    unsigned int numCols[] = {
     64                                 0,1,1,100,100,150
     65                             };
     66    unsigned int numRows[] = {
     67                                 0,1,100,1,150,100
     68                             };
    5369    unsigned int types = 12;
    5470    psElemType type[] = { PS_TYPE_S8, PS_TYPE_S16, PS_TYPE_S32, PS_TYPE_S64,
Note: See TracChangeset for help on using the changeset viewer.