cleaned renaming in all files

This commit is contained in:
mariok 2020-04-13 18:12:06 +02:00
parent 67ddd98f75
commit 14c46bc3bd
18 changed files with 71 additions and 71 deletions

View File

@ -93,7 +93,7 @@ int add_udn(int,Evt_Udn_Info_t **);
#include "dio/dioitf.h" #include "dio/dioitf.h"
#include "hfet1/hfetitf.h" #include "hfet1/hfetitf.h"
#include "hfet2/hfet2itf.h" #include "hfet2/hfet2itf.h"
#include "hicum2/hicumitf.h" #include "hicum2/hicum2itf.h"
#include "hisim2/hsm2itf.h" #include "hisim2/hsm2itf.h"
#include "hisimhv1/hsmhvitf.h" #include "hisimhv1/hsmhvitf.h"
#include "hisimhv2/hsmhv2itf.h" #include "hisimhv2/hsmhv2itf.h"

View File

@ -12,7 +12,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/suffix.h" #include "ngspice/suffix.h"
IFparm HICUMpTable[] = { /* parameters */ IFparm HICUMpTable[] = { /* parameters */

View File

@ -13,7 +13,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/suffix.h" #include "ngspice/suffix.h"

View File

@ -13,7 +13,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/const.h" #include "ngspice/const.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/ifsim.h" #include "ngspice/ifsim.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/suffix.h" #include "ngspice/suffix.h"

View File

@ -12,7 +12,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/suffix.h" #include "ngspice/suffix.h"

View File

@ -1008,5 +1008,5 @@ enum {
HICUM_MOD_TYPE, HICUM_MOD_TYPE,
}; };
#include "hicumext.h" #include "hicum2ext.h"
#endif /*HICUM*/ #endif /*HICUM*/

View File

@ -12,7 +12,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/suffix.h" #include "ngspice/suffix.h"

View File

@ -7,9 +7,9 @@
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"
#include "hicumitf.h" #include "hicum2itf.h"
#include "hicumext.h" #include "hicum2ext.h"
#include "hicuminit.h" #include "hicum2init.h"
SPICEdev HICUMinfo = { SPICEdev HICUMinfo = {

View File

@ -12,7 +12,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/const.h" #include "ngspice/const.h"
#include "ngspice/trandefs.h" #include "ngspice/trandefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"

View File

@ -10,7 +10,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ifsim.h" #include "ngspice/ifsim.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/suffix.h" #include "ngspice/suffix.h"

View File

@ -13,7 +13,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/const.h" #include "ngspice/const.h"
#include "ngspice/ifsim.h" #include "ngspice/ifsim.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/suffix.h" #include "ngspice/suffix.h"

View File

@ -6,7 +6,7 @@ Spice3 Implementation: 2019 Dietmar Warning
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/iferrmsg.h" #include "ngspice/iferrmsg.h"
#include "ngspice/noisedef.h" #include "ngspice/noisedef.h"

View File

@ -13,7 +13,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/const.h" #include "ngspice/const.h"
#include "ngspice/ifsim.h" #include "ngspice/ifsim.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/suffix.h" #include "ngspice/suffix.h"

View File

@ -13,7 +13,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/suffix.h" #include "ngspice/suffix.h"

View File

@ -15,7 +15,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/smpdefs.h" #include "ngspice/smpdefs.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/const.h" #include "ngspice/const.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/ifsim.h" #include "ngspice/ifsim.h"

View File

@ -5,7 +5,7 @@ Author: 2013 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/trandefs.h" #include "ngspice/trandefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/suffix.h" #include "ngspice/suffix.h"

View File

@ -8,7 +8,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/smpdefs.h" #include "ngspice/smpdefs.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/const.h" #include "ngspice/const.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/ifsim.h" #include "ngspice/ifsim.h"

View File

@ -12,7 +12,7 @@ Spice3 Implementation: 2019 Dietmar Warning
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "hicumdefs.h" #include "hicum2defs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/suffix.h" #include "ngspice/suffix.h"