Loading HISTORY +2 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ nmxptool Release History ######################### * Release 2.1.2-beta3 (2013/09/18) * Release 2.1.2-beta4 (2013/11/29) - Fixed major bug in time of packets stored in mini-SEED format. - Started to fix 'Ubuntu vs. gettimeofday()' issue * Release 2.1.1 (2013/05/13) Loading lib/nmxp_data.c +0 −4 Original line number Diff line number Diff line Loading @@ -1132,8 +1132,6 @@ int nmxp_data_msr_pack(NMXP_DATA_PROCESS *pd, NMXP_DATA_SEED *data_seed, void *p if(psamples > 0) { msr->starttime += ( (double) psamples * ( 1.0 / (double) msr->samprate ) ); if(psamples == msr->numsamples) { /* Remove all samples allocated */ NMXP_MEM_FREE(msr->datasamples); Loading Loading @@ -1179,8 +1177,6 @@ int nmxp_data_msr_pack(NMXP_DATA_PROCESS *pd, NMXP_DATA_SEED *data_seed, void *p psamples, precords, msr->network, msr->station, msr->channel); } msr->starttime += ( (double) psamples * ( 1.0 / (double) msr->samprate ) ); NMXP_MEM_FREE(msr->datasamples); msr->datasamples = NULL; msr->numsamples = 0; Loading Loading
HISTORY +2 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ nmxptool Release History ######################### * Release 2.1.2-beta3 (2013/09/18) * Release 2.1.2-beta4 (2013/11/29) - Fixed major bug in time of packets stored in mini-SEED format. - Started to fix 'Ubuntu vs. gettimeofday()' issue * Release 2.1.1 (2013/05/13) Loading
lib/nmxp_data.c +0 −4 Original line number Diff line number Diff line Loading @@ -1132,8 +1132,6 @@ int nmxp_data_msr_pack(NMXP_DATA_PROCESS *pd, NMXP_DATA_SEED *data_seed, void *p if(psamples > 0) { msr->starttime += ( (double) psamples * ( 1.0 / (double) msr->samprate ) ); if(psamples == msr->numsamples) { /* Remove all samples allocated */ NMXP_MEM_FREE(msr->datasamples); Loading Loading @@ -1179,8 +1177,6 @@ int nmxp_data_msr_pack(NMXP_DATA_PROCESS *pd, NMXP_DATA_SEED *data_seed, void *p psamples, precords, msr->network, msr->station, msr->channel); } msr->starttime += ( (double) psamples * ( 1.0 / (double) msr->samprate ) ); NMXP_MEM_FREE(msr->datasamples); msr->datasamples = NULL; msr->numsamples = 0; Loading