mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-29 16:01:19 -04:00
more expressive error message in model analyzer
This commit is contained in:
parent
a1e7ea82d6
commit
70f1b4007f
@ -23,7 +23,7 @@ import java.util.List;
|
|||||||
* @author hneemann
|
* @author hneemann
|
||||||
*/
|
*/
|
||||||
public class ModelAnalyser {
|
public class ModelAnalyser {
|
||||||
private static final int MAX_INPUTS_ALLOWED = 18;
|
private static final int MAX_INPUTS_ALLOWED = 12;
|
||||||
|
|
||||||
private final Model model;
|
private final Model model;
|
||||||
private final ArrayList<Signal> inputs;
|
private final ArrayList<Signal> inputs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user