Changeset 8232 for trunk/psLib/src/math/psMatrix.c
- Timestamp:
- Aug 8, 2006, 1:32:23 PM (20 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
math/psMatrix.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src
- Property svn:ignore
-
old new 10 10 libpslib.la.temp 11 11 config.h.in 12 psErrorText.h13 12 *.bb 14 13 *.bbg
-
- Property svn:ignore
-
trunk/psLib/src/math/psMatrix.c
r7766 r8232 21 21 * @author Robert DeSonia, MHPCC 22 22 * 23 * @version $Revision: 1.4 0$ $Name: not supported by cvs2svn $24 * @date $Date: 2006-0 6-30 02:20:06$23 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $ 24 * @date $Date: 2006-08-08 23:32:23 $ 25 25 * 26 26 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 43 43 #include "psMatrix.h" 44 44 #include "psAssert.h" 45 #include "psErrorText.h" 45 46 46 #include "psTrace.h" 47 47 … … 568 568 569 569 if(numRowsIn!=numColsOut && numRowsOut!=numColsIn) { 570 psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psMatrix_TRANSPOSE_MISMATCH);570 psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Number of rows do not match number of columns.")); 571 571 TRANSPOSE_CLEANUP; 572 572 }
Note:
See TracChangeset
for help on using the changeset viewer.
