10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-25 13:41:50 +02:00

Fix non-d are Single

This commit is contained in:
Mickaël Véril 2020-10-21 14:18:21 +02:00
parent 466a4eb945
commit f6b222dd98

View File

@ -202,6 +202,9 @@ class excitationBase {
if (this.type.Value == 0) {
this.type.Value = excitationTypes.Others.Value;
}
else (!(this.type & (excitationTypes.Single.Value | excitationTypes.Double.Value))){
this.type.Value = excitationTypes.Single
}
this.T1 = T1
}
}