Changeset 2014 for trunk/psLib/src/astronomy/psMetadataIO.c
- Timestamp:
- Oct 7, 2004, 2:48:01 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psMetadataIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psMetadataIO.c
r2011 r2014 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-10-0 7 20:49:57$11 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-08 00:43:12 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 103 103 104 104 /** Determines if a line is blank (whitespace only) or a commentline. It returns true if so. The input string 105 * must *be null terminated. */105 * must be null terminated. */ 106 106 bool ignoreLine(char *inString) 107 107 { … … 118 118 119 119 /** Removes leading and trailing whitespace and # characters from a string. The cleaned string is a new null 120 * terminated copy of the original input string. 121 */ 120 * terminated copy of the original input string. */ 122 121 char *cleanString(char *inString, int sLen) 123 122 {
Note:
See TracChangeset
for help on using the changeset viewer.
