mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
Prepare Cshunt: add a cpacitor to each voltage node
Function inppas4() will add the extra caps, to be done.
This commit is contained in:
@@ -1336,6 +1336,7 @@
|
||||
<ClInclude Include="..\src\spicelib\parser\inppas1.h" />
|
||||
<ClInclude Include="..\src\spicelib\parser\inppas2.h" />
|
||||
<ClInclude Include="..\src\spicelib\parser\inppas3.h" />
|
||||
<ClInclude Include="..\src\spicelib\parser\inppas4.h" />
|
||||
<ClInclude Include="..\src\spicelib\parser\inpxx.h" />
|
||||
<ClInclude Include="..\src\winmain.h" />
|
||||
<ClInclude Include=".\src\include\inttypes.h" />
|
||||
@@ -2655,6 +2656,7 @@
|
||||
<ClCompile Include="..\src\spicelib\parser\inppas1.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inppas2.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inppas3.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inppas4.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inppname.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inpptree.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inpsymt.c" />
|
||||
|
||||
Reference in New Issue
Block a user