mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 03:30:44 +00:00
Checkpoint: 0.8.4 alpha release take 3.. This is the last one :)
This commit is contained in:
parent
fa9b20099e
commit
c4aa1b69ef
@ -503,6 +503,7 @@ bool ResmedLoader::LoadEVE(Session *sess,EDFParser &edf)
|
|||||||
do {
|
do {
|
||||||
t+=tolower(data[pos++]);
|
t+=tolower(data[pos++]);
|
||||||
} while ((data[pos]!=20) && (pos<recs)); // start code
|
} while ((data[pos]!=20) && (pos<recs)); // start code
|
||||||
|
duration+=10;
|
||||||
if (!t.isEmpty()) {
|
if (!t.isEmpty()) {
|
||||||
//code=MC_UNKNOWN;
|
//code=MC_UNKNOWN;
|
||||||
if (t=="obstructive apnea") {
|
if (t=="obstructive apnea") {
|
||||||
|
Loading…
Reference in New Issue
Block a user