Changeset 6030 for trunk/psLib/psTableParse.c
- Timestamp:
- Jan 17, 2006, 2:41:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/psTableParse.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/psTableParse.c
r5970 r6030 7 7 * @author Dave Robbins, MHPCC 8 8 * 9 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-01-1 2 21:18:48$9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-01-18 00:41:29 $ 11 11 * 12 12 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 44 44 input = fopen(argv[1], "r"); 45 45 output = fopen(argv[2], "w"); 46 if (input == NULL) { 47 printf("\nERROR. Could not open input file.\n"); 48 return 0; 49 } 50 if (output == NULL) { 51 printf("\nERROR. Could not open or create output file.\n"); 52 return 0; 53 } 46 54 char data2[200]; 47 55 printHeader(argv[1]);
Note:
See TracChangeset
for help on using the changeset viewer.
