Changeset 5522 for trunk/psLib/src/types
- Timestamp:
- Nov 15, 2005, 4:40:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psLookupTable.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psLookupTable.c
r5515 r5522 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-11-1 5 04:03:36$9 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-11-16 02:40:13 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 444 444 // Parse the format string to determine how many vectors 445 445 // and whether the format string is valid 446 while((strValue=getToken((char**)&tempFormat," ",&parseStatus))) {446 while((strValue=getToken((char**)&tempFormat," \t",&parseStatus))) { 447 447 448 448 // Check for %d format sub string … … 511 511 512 512 // 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)) ) { 515 515 516 516 // Set column vector
Note:
See TracChangeset
for help on using the changeset viewer.
