use the type SMPmatrix instead of char *

remove some redundant forward function declarations
remove some redundant nested function declarations
This commit is contained in:
rlar
2010-07-23 18:50:50 +00:00
parent f4d0163885
commit 9da90f5329
7 changed files with 19 additions and 19 deletions
+11
View File
@@ -1,3 +1,14 @@
2010-07-23 Robert Larice
* src/ciderlib/oned/onecont.c ,
* src/ciderlib/oned/onepoiss.c ,
* src/ciderlib/twod/twocont.c ,
* src/ciderlib/twod/twoncont.c ,
* src/ciderlib/twod/twopcont.c ,
* src/ciderlib/twod/twopoiss.c :
use the type SMPmatrix instead of char *
remove some redundant forward function declarations
remove some redundant nested function declarations
2010-07-23 Robert Larice
* src/ngmultidec.c ,
* src/include/onedev.h ,