forked from p.vanderwilt/settler
Refactor settler node: remove unused inlet input and enhance effluent calculation logic
This commit is contained in:
@@ -100,7 +100,7 @@ class nodeClass {
|
||||
}
|
||||
|
||||
_tick(){
|
||||
this.node.send([null, null, null]);
|
||||
this.node.send([this.source.getEffluent, null, null]);
|
||||
}
|
||||
|
||||
_attachCloseHandler() {
|
||||
|
||||
Reference in New Issue
Block a user