10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-26 14:11:51 +02:00

Fix parsing others

This commit is contained in:
Mickaël Véril 2020-01-07 09:37:32 +01:00
parent 05e39690e0
commit 387981c6a8

View File

@ -139,8 +139,8 @@ class excitationBase {
}
}
}
else{
this.type.Value=excitationTypes.Others
if (this.type.Value==0) {
this.type.Value=excitationTypes.Others.Value;
}
this.T1 = T1
}