Changeset 658
- Timestamp:
- May 12, 2004, 8:19:31 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
dataManip/Makefile (modified) (1 diff)
-
dataManip/psStats.h (modified) (1 diff)
-
math/psStats.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/Makefile
r657 r658 12 12 %.o: %.c 13 13 @echo " Compiling $<. " 14 install ../psLib.h $(includedir) 14 15 $(CC) $(CFLAGS) -I../../include -c $< -o $@ 15 16 -
trunk/psLib/src/dataManip/psStats.h
r652 r658 8 8 #include "psLib.h" 9 9 #include "psVector.h" 10 11 int mine(psVector *myVector);12 10 13 11 /** statistics which may be calculated */ -
trunk/psLib/src/math/psStats.h
r652 r658 8 8 #include "psLib.h" 9 9 #include "psVector.h" 10 11 int mine(psVector *myVector);12 10 13 11 /** statistics which may be calculated */
Note:
See TracChangeset
for help on using the changeset viewer.
