A seismology toolkit for Python
https://pyrocko.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
447 B
14 lines
447 B
diff -ruN libmseed/parseutils.c libmseed_mod/parseutils.c |
|
--- libmseed/parseutils.c 2019-06-19 10:59:29.000000000 +0200 |
|
+++ libmseed_mod/parseutils.c 2022-03-15 09:08:10.735934106 +0100 |
|
@@ -943,8 +943,9 @@ |
|
{ |
|
struct blkt_395_s *blkt_395 = (struct blkt_395_s *)(record + blkt_offset + 4); |
|
|
|
- if (swapflag) |
|
+ if (swapflag) { |
|
MS_SWAPBTIME (&blkt_395->time); |
|
+ } |
|
|
|
if (details >= 1) |
|
{
|
|
|