Changeset 12550
- Timestamp:
- Mar 22, 2007, 12:47:07 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psLine.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psLine.c
r11684 r12550 5 5 * @author dRob, MHPCC 6 6 * 7 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 2-07 22:43:26$7 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-03-22 22:47:07 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 35 35 psS32 testLineAlloc(void) 36 36 { 37 diag("testLineAlloc");37 // diag("testLineAlloc"); 38 38 39 39 psLine *lineline = NULL; … … 63 63 psS32 testLineInit(void) 64 64 { 65 diag("testLineInit");65 // diag("testLineInit"); 66 66 67 67 psLine *line = NULL; … … 91 91 psS32 testLineAdd(void) 92 92 { 93 diag("testLineAdd");93 // diag("testLineAdd"); 94 94 95 95 psLine *line = NULL; … … 125 125 psS32 testLineChk(void) 126 126 { 127 diag("testLineChk");127 // diag("testLineChk"); 128 128 129 129 psLine *line = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
