mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 05:58:23 +01:00
Fix syntax error
This commit is contained in:
parent
315d6672d7
commit
4c2c916b50
@ -202,7 +202,7 @@ class excitationBase {
|
||||
if (this.type.Value == 0) {
|
||||
this.type.Value = excitationTypes.Others.Value;
|
||||
}
|
||||
else (!(this.type & (excitationTypes.Single.Value | excitationTypes.Double.Value))){
|
||||
else if (!(this.type & (excitationTypes.Single.Value | excitationTypes.Double.Value))){
|
||||
this.type.Value = excitationTypes.Single
|
||||
}
|
||||
this.T1 = T1
|
||||
|
Loading…
Reference in New Issue
Block a user