mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
Fix correctedValue
This commit is contained in:
parent
5b3fccb4a6
commit
e3ba075e0e
@ -117,8 +117,8 @@ class excitationValue extends excitationBase {
|
|||||||
this.corrected = corrected
|
this.corrected = corrected
|
||||||
this.oscilatorForces = oscilatorForces
|
this.oscilatorForces = oscilatorForces
|
||||||
}
|
}
|
||||||
get CorrectedValue(){
|
get correctedValue(){
|
||||||
if(this.corrected && getCorrected) {
|
if(this.corrected) {
|
||||||
return this.corrected
|
return this.corrected
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
Loading…
Reference in New Issue
Block a user