fixed dayjump
This commit is contained in:
parent
b4c7ea6be8
commit
2fcfbc6971
1 changed files with 6 additions and 1 deletions
|
|
@ -344,8 +344,13 @@ const char * pmom(int days, long epoch, double latitude, double longitude, int b
|
||||||
|
|
||||||
h++;
|
h++;
|
||||||
}
|
}
|
||||||
queryday = hm;
|
queryday += 86400;
|
||||||
j++;
|
j++;
|
||||||
|
#if USECASE == OFFLINE
|
||||||
|
EM_ASM_({
|
||||||
|
NProgress.set($0/$1);
|
||||||
|
}, j, days*2);
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
length += snprintf(Buffer+length, buflen-length, "]}");
|
length += snprintf(Buffer+length, buflen-length, "]}");
|
||||||
return Buffer;
|
return Buffer;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue