Skip to content

Commit

Permalink
Merge pull request #61 from dinkelk/f64
Browse files Browse the repository at this point in the history
Using standard Long_Float type for Packed_F64 record instead of IEEE type
  • Loading branch information
dinkelk authored Jul 12, 2024
2 parents 7b9b8f7 + 672f424 commit 2d6966f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/types/packed_arrays/packed_f64x3.array.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
description: Packed 3 element vector of 64-bit floats.
with:
- Interfaces
preamble: |
subtype Float_64 is Interfaces.IEEE_Float_64;
type: Float_64
type: Long_Float
format: F64
length: 3

0 comments on commit 2d6966f

Please sign in to comment.