Skip to content

Commit 7df38e3

Browse files
Swap float and double
1 parent 0768dad commit 7df38e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soa_wrapper.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ struct S10 {
2222

2323
template <template <class> class F>
2424
struct S64 {
25-
F<double> x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12;
26-
F<float> x13, x14, x15, x16, x17, x18, x19, x20, x21, x22, x23, x24, x25;
25+
F<float> x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12;
26+
F<double> x13, x14, x15, x16, x17, x18, x19, x20, x21, x22, x23, x24, x25;
2727
F<int> x26, x27, x28, x29, x30, x31, x32, x33, x34, x35, x36, x37, x38;
2828
F<Eigen::Vector3d> x39, x40, x41, x42, x43, x44, x45, x46, x47, x48, x49, x50;
2929
F<Eigen::Matrix3d> x51, x52, x53, x54, x55, x56, x57, x58, x59, x60, x61, x62, x63;

0 commit comments

Comments
 (0)