Changeset 1336
- Timestamp:
- Jul 29, 2004, 10:20:10 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
dataManip/psStats.c (modified) (1 diff)
-
math/psStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psStats.c
r1332 r1336 1875 1875 tmp->data.F32[i] = (float) in->data.F64[i]; 1876 1876 } 1877 } else if (in->type.type == PS_TYPE_F32) { 1878 // do nothing 1877 1879 } else { 1878 1880 psAbort(__func__, "unsupported vector type 0x%x\n", in->type.type); -
trunk/psLib/src/math/psStats.c
r1333 r1336 1875 1875 tmp->data.F32[i] = (float) in->data.F64[i]; 1876 1876 } 1877 } else if (in->type.type == PS_TYPE_F32) { 1878 // do nothing 1877 1879 } else { 1878 1880 psAbort(__func__, "unsupported vector type 0x%x\n", in->type.type);
Note:
See TracChangeset
for help on using the changeset viewer.
