IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6331


Ignore:
Timestamp:
Feb 6, 2006, 12:20:05 PM (20 years ago)
Author:
gusciora
Message:

....

Location:
trunk/psLib/src/mathtypes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psImage.c

    r6227 r6331  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.94 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-01-28 01:12:14 $
     11 *  @version $Revision: 1.95 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-02-06 22:19:28 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    650650    }
    651651    write(fd,"\n",1);
    652     return (true);
    653 }
    654 
    655 // XXXX: Remove this
    656 bool p_psImagePrintOLD (int fd, psImage *a, char *name)
    657 {
    658     printf("matrix: %s\n", name);
    659     for (int j = 0; j < a[0].numRows; j++) {
    660         for (int i = 0; i < a[0].numCols; i++) {
    661             printf("%f  ", p_psImageGetElementF64(a, i, j));
    662         }
    663         printf("\n");
    664     }
    665     printf("\n");
    666     fflush(stdout);
    667652    return (true);
    668653}
  • trunk/psLib/src/mathtypes/psScalar.c

    r6227 r6331  
    88 *  @author Ross Harman, MHPCC
    99 *
    10  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-01-28 01:12:14 $
     10 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-02-06 22:20:05 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8686
    8787
     88
    8889bool psMemCheckScalar(psPtr ptr)
    8990{
Note: See TracChangeset for help on using the changeset viewer.