Registrations currently disabled due to spam. Contact me externally if you need an account

Commit 71cf8ee5 authored by umbreon's avatar umbreon
Browse files

fix rotation matrix order

parent b46955a7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,15 +29,15 @@ types:
        type: f4
  rf1_rot_mat:
    seq:
      - id: rot_mat_0
      - id: rot_mat_2
        type: f4
        repeat: expr
        repeat-expr: 3
      - id: rot_mat_1
      - id: rot_mat_0
        type: f4
        repeat: expr
        repeat-expr: 3
      - id: rot_mat_2
      - id: rot_mat_1
        type: f4
        repeat: expr
        repeat-expr: 3