Remove depreciated variable

This commit is contained in:
2025-07-02 10:37:02 +02:00
parent e9847607e8
commit dcc8562dbf

View File

@@ -105,8 +105,6 @@ class Reactor_PFR {
this.D_op = this.makeDoperator(true, true);
this.D2_op = this.makeD2operator();
this.alpha = 0.001; // boundary condition modifier
}
set setInfluent(input) { // setter for C_in (WIP)