mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
Fix numerous gcc warnings of duplicate declarations.
This commit is contained in:
committed by
Holger Vogt
parent
724cf4e638
commit
2b1433e968
@@ -79,8 +79,6 @@ typedef struct MatList{
|
|||||||
CMat* cinverse(CMat* A);
|
CMat* cinverse(CMat* A);
|
||||||
Mat* copyvalue(Mat* A);
|
Mat* copyvalue(Mat* A);
|
||||||
CMat* copycvalue(CMat* A);
|
CMat* copycvalue(CMat* A);
|
||||||
Mat* copyvalue(Mat* A);
|
|
||||||
CMat* copycvalue(CMat* A);
|
|
||||||
Mat* triinverse(Mat* A);
|
Mat* triinverse(Mat* A);
|
||||||
CMat* ctriinverse(CMat* A);
|
CMat* ctriinverse(CMat* A);
|
||||||
Mat* rowechelon(Mat* A);
|
Mat* rowechelon(Mat* A);
|
||||||
|
|||||||
Reference in New Issue
Block a user