Changeset 510 for trunk/thune/math.c
- Timestamp:
- 02/10/08 23:53:46 (9 months ago)
- Files:
-
- 1 modified
-
trunk/thune/math.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/math.c
r505 r510 977 977 #include "math3d.c" 978 978 #endif 979 #ifdef UR_CONFIG_FCALC 980 #include "fcalc.c" 981 #endif 979 982 980 983 … … 1018 1021 { uc_cross, "cross" }, 1019 1022 { uc_normalize, "normalize" }, 1020 { uc_set_stride, "set-stride" } 1023 { uc_set_stride, "set-stride" }, 1024 #endif 1025 1026 #ifdef UR_CONFIG_FCALC 1027 { uc_fcalc, "fcalc" }, 1021 1028 #endif 1022 1029 };
