mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Oops in last commit
This commit is contained in:
parent
b42e4246bf
commit
bd72f00041
@ -651,7 +651,7 @@ void FlowParser::flagEvents()
|
||||
len=et-st;
|
||||
dur=len/1000.0;
|
||||
if (dur>=duration) {
|
||||
if (!SearchApnea(m_session,st-len/2,15000)) {
|
||||
if (!SearchApnea(m_session,et-len/2,15000)) {
|
||||
if (!uf1) {
|
||||
uf1=m_session->AddEventList(CPAP_UserFlag1,EVL_Event);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user