fix boolean name to be more accurate
This commit is contained in:
parent
c19ba28320
commit
517d6e333e
@ -23,7 +23,7 @@ class wire {
|
||||
int wireNumber, value, lastEvent;
|
||||
vector<int> history (60, -1);
|
||||
string name;
|
||||
bool isInput;
|
||||
bool isPrint;
|
||||
vector<gate*> gates;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user