fix boolean name to be more accurate
This commit is contained in:
parent
dc27677a67
commit
f365f0ab2b
@ -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