mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 05:03:53 +01:00
Fix non-d are Single
This commit is contained in:
parent
466a4eb945
commit
f6b222dd98
@ -202,6 +202,9 @@ class excitationBase {
|
|||||||
if (this.type.Value == 0) {
|
if (this.type.Value == 0) {
|
||||||
this.type.Value = excitationTypes.Others.Value;
|
this.type.Value = excitationTypes.Others.Value;
|
||||||
}
|
}
|
||||||
|
else (!(this.type & (excitationTypes.Single.Value | excitationTypes.Double.Value))){
|
||||||
|
this.type.Value = excitationTypes.Single
|
||||||
|
}
|
||||||
this.T1 = T1
|
this.T1 = T1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user