Changeset 13559
- Timestamp:
- May 30, 2007, 2:12:41 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psArguments.c
r13555 r13559 7 7 * @author David Robbins, MHPCC 8 8 * 9 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-05-3 0 22:43:58$9 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-05-31 00:12:41 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 524 524 printf("%*s%*s%*s%s\n", 525 525 NUM_SPACES, " ", 526 maxName, argItem->name,526 maxName, item->name, 527 527 NUM_SPACES, " ", 528 argItem->comment);528 item->comment); 529 529 } 530 530
Note:
See TracChangeset
for help on using the changeset viewer.
