add the reset command to avoid huge memory leak
This commit is contained in:
parent
d1a8637a29
commit
b0883ffc5d
|
|
@ -40,7 +40,7 @@ Dbe b bint DMOD
|
|||
dc vce 0 5 0.05 ib 0.2u 1.8u 0.4u
|
||||
*plot i(vee)
|
||||
*plot v(1) ylimit 0 1
|
||||
|
||||
reset
|
||||
* bipolar from table
|
||||
dc vce2 0 5 0.05 ib2 0.2u 1.8u 0.4u
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.24720.0
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.27703.2000
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vngspice", "vngspice.vcxproj", "{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
|
|
@ -258,4 +258,7 @@ Global
|
|||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {EEF2C2E0-00F9-4946-BA58-58E051F38925}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
|||
Loading…
Reference in New Issue