IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5522 for trunk/psLib/src/types


Ignore:
Timestamp:
Nov 15, 2005, 4:40:13 PM (21 years ago)
Author:
drobbin
Message:

Edited VectorReadFromFile(bug536), added psFree to Meta04, added Precession test to EOC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psLookupTable.c

    r5515 r5522  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-11-15 04:03:36 $
     9*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-11-16 02:40:13 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    444444    // Parse the format string to determine how many vectors
    445445    // and whether the format string is valid
    446     while((strValue=getToken((char**)&tempFormat,"    ",&parseStatus))) {
     446    while((strValue=getToken((char**)&tempFormat," \t",&parseStatus))) {
    447447
    448448        // Check for %d format sub string
     
    511511
    512512                    // Loop through format and line strings to get values in text table file
    513                     while((strValue=getToken((char**)&tempFormat,"    ",&parseStatus)) &&
    514                             (strNum=getToken((char**)&linePtr,"    ",&parseStatus)) ) {
     513                    while((strValue=getToken((char**)&tempFormat," \t",&parseStatus)) &&
     514                            (strNum=getToken((char**)&linePtr," \t",&parseStatus)) ) {
    515515
    516516                        // Set column vector
Note: See TracChangeset for help on using the changeset viewer.