mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-13 14:56:29 -04:00
print number of nodes to console
This commit is contained in:
parent
01e7113424
commit
8c3e962a34
@ -37,6 +37,7 @@ public class ModelBuilder {
|
||||
public Model build(ElementLibrary library) throws PinException, NodeException {
|
||||
modelDescription = new ModelDescription(circuit, library);
|
||||
Model model = modelDescription.createModel();
|
||||
System.out.println("build " + model.getNodes().size() + " Nodes");
|
||||
|
||||
if (enableTrace) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user