Merge pull request #389 from niklasknoell/master

Fixing crash for very large USER_MOTION_SIZE values
This commit is contained in:
OSQZSS 2023-12-10 11:18:31 +09:00 committed by GitHub
commit f747b994b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,8 @@ double ant_pat_db[37] = {
int allocatedSat[MAX_SAT];
double xyz[USER_MOTION_SIZE][3];
/*! \brief Subtract two vectors of double
* \param[out] y Result of subtraction
* \param[in] x1 Minuend of subtraction
@ -1743,7 +1745,7 @@ int main(int argc, char *argv[])
int iumd;
int numd;
char umfile[MAX_CHAR];
double xyz[USER_MOTION_SIZE][3];
int staticLocationMode = FALSE;
int nmeaGGA = FALSE;