10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00

Fix correctedValue

This commit is contained in:
Mickaël Véril 2019-12-10 09:16:53 +01:00
parent 5b3fccb4a6
commit e3ba075e0e

View File

@ -117,8 +117,8 @@ class excitationValue extends excitationBase {
this.corrected = corrected
this.oscilatorForces = oscilatorForces
}
get CorrectedValue(){
if(this.corrected && getCorrected) {
get correctedValue(){
if(this.corrected) {
return this.corrected
}
else{