Skip to content

Commit

Permalink
fix: fix typescript compiler error
Browse files Browse the repository at this point in the history
Removed remaining unitless sub query code
  • Loading branch information
mgreminger committed Jan 8, 2025
1 parent 14ecb9c commit 3643dc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cells/FluidCell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,8 @@ export default class FluidCell extends BaseCell {
name: this.mathField.statement.name,
sympy: `${fluidFuncName}(0,0)`,
params: [],
isUnitlessSubExpression: false,
isFunctionArgument: false,
isFunction: false,
unitlessSubExpressions: [],
implicitParams: [],
functions: [],
arguments: [],
Expand Down

0 comments on commit 3643dc2

Please sign in to comment.