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.oscilatorForces = oscilatorForces
|
||||
}
|
||||
get CorrectedValue(){
|
||||
if(this.corrected && getCorrected) {
|
||||
get correctedValue(){
|
||||
if(this.corrected) {
|
||||
return this.corrected
|
||||
}
|
||||
else{
|
||||
|
Loading…
Reference in New Issue
Block a user