Skip to content

Commit 708b6bd

Browse files
Update README.md
1 parent 968b813 commit 708b6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace SpiceSharpParserExample
4444
var simulation = spiceSharpModel.Simulations.Single();
4545
var export = spiceSharpModel.Exports.Find(e => e.Name == "i(V1)");
4646
simulation.ExportSimulationData += (sender, args) => Console.WriteLine(export.Extract());
47-
simulation.Run(spiceSharpModel.Circuit);
47+
simulation.Run(spiceSharpModel.Circuit, -1).ToArray();
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)