Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cassiopee
jalhyd
Commits
03d10f8a
Commit
03d10f8a
authored
Nov 12, 2019
by
Mathias Chouet
🍝
Browse files
Add childrenType to SPP
parent
062c9333
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/spp.ts
View file @
03d10f8a
...
...
@@ -21,6 +21,7 @@ export class SPP extends Nub {
super
(
prms
,
dbg
);
this
.
_calcType
=
CalculatorType
.
SPP
;
this
.
_defaultCalculatedParam
=
prms
.
Y
;
this
.
_childrenType
=
"
YAXN
"
;
this
.
resetDefaultCalculatedParam
();
this
.
properties
.
setPropValue
(
"
sppOperation
"
,
SPPOperation
.
SUM
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment