mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-05 05:33:55 +01:00
Fix parsing others
This commit is contained in:
parent
05e39690e0
commit
387981c6a8
@ -139,8 +139,8 @@ class excitationBase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else{
|
if (this.type.Value==0) {
|
||||||
this.type.Value=excitationTypes.Others
|
this.type.Value=excitationTypes.Others.Value;
|
||||||
}
|
}
|
||||||
this.T1 = T1
|
this.T1 = T1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user