Skip to content

Commit 345b3dc

Browse files
committed
allow unity gain buffer
1 parent 138d0ad commit 345b3dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

circuitSolver/modules/mna.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ function processCanvasState(canvasState) {
123123
if (includesElement(nodeMap[node], "gnd") < 0) mnaNodeMap.push(nodeMap[node]);
124124
else schematicReadiness.gnd = true;
125125
}
126+
schematicReadiness.gnd = true //FIXME - quick hack to allow op-amp in unity gain buffer mode
126127

127128
var iinOrVin = "vin";
128129

0 commit comments

Comments
 (0)