xsuite 0.40.1__cp310-cp310-macosx_11_0_arm64.whl → 0.41.0__cp310-cp310-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of xsuite might be problematic. Click here for more details.

@@ -98,9 +98,9 @@
98
98
  "ZetaShift"
99
99
  ],
100
100
  "versions": {
101
- "xtrack": "0.93.1",
102
- "xfields": "0.25.2",
103
- "xcoll": "0.6.7",
104
- "xobjects": "0.5.3"
101
+ "xtrack": "0.94.0",
102
+ "xfields": "0.25.3",
103
+ "xcoll": "0.6.8",
104
+ "xobjects": "0.5.4"
105
105
  }
106
106
  }
@@ -77,60 +77,60 @@
77
77
 
78
78
  #endif // XSTUITE_TRACK_FLAGS_H
79
79
 
80
- #ifndef XOBJ_TYPEDEF_ArrNFloat64
81
- #define XOBJ_TYPEDEF_ArrNFloat64
82
- typedef struct ArrNFloat64_s * ArrNFloat64;
83
- static inline ArrNFloat64 ArrNFloat64_getp(ArrNFloat64 restrict obj){
80
+ #ifndef XOBJ_TYPEDEF_ArrNInt64
81
+ #define XOBJ_TYPEDEF_ArrNInt64
82
+ typedef struct ArrNInt64_s * ArrNInt64;
83
+ static inline ArrNInt64 ArrNInt64_getp(ArrNInt64 restrict obj){
84
84
  int64_t offset=0;
85
- return (ArrNFloat64)(( char*) obj+offset);
85
+ return (ArrNInt64)(( char*) obj+offset);
86
86
  }
87
- static inline int64_t ArrNFloat64_len(ArrNFloat64 restrict obj){
87
+ static inline int64_t ArrNInt64_len(ArrNInt64 restrict obj){
88
88
  int64_t offset=0;
89
89
  int64_t* arr = ( int64_t*)(( char*) obj+offset);
90
90
  return arr[1];
91
91
  }
92
- static inline double ArrNFloat64_get(const ArrNFloat64 restrict obj, int64_t i0){
92
+ static inline int64_t ArrNInt64_get(const ArrNInt64 restrict obj, int64_t i0){
93
93
  int64_t offset=0;
94
94
  offset+=16+i0*8;
95
- return *( double*)(( char*) obj+offset);
95
+ return *( int64_t*)(( char*) obj+offset);
96
96
  }
97
- static inline void ArrNFloat64_set(ArrNFloat64 restrict obj, int64_t i0, double value){
97
+ static inline void ArrNInt64_set(ArrNInt64 restrict obj, int64_t i0, int64_t value){
98
98
  int64_t offset=0;
99
99
  offset+=16+i0*8;
100
- *( double*)(( char*) obj+offset)=value;
100
+ *( int64_t*)(( char*) obj+offset)=value;
101
101
  }
102
- static inline double* ArrNFloat64_getp1(ArrNFloat64 restrict obj, int64_t i0){
102
+ static inline int64_t* ArrNInt64_getp1(ArrNInt64 restrict obj, int64_t i0){
103
103
  int64_t offset=0;
104
104
  offset+=16+i0*8;
105
- return ( double*)(( char*) obj+offset);
105
+ return ( int64_t*)(( char*) obj+offset);
106
106
  }
107
107
  #endif
108
- #ifndef XOBJ_TYPEDEF_ArrNInt64
109
- #define XOBJ_TYPEDEF_ArrNInt64
110
- typedef struct ArrNInt64_s * ArrNInt64;
111
- static inline ArrNInt64 ArrNInt64_getp(ArrNInt64 restrict obj){
108
+ #ifndef XOBJ_TYPEDEF_ArrNFloat64
109
+ #define XOBJ_TYPEDEF_ArrNFloat64
110
+ typedef struct ArrNFloat64_s * ArrNFloat64;
111
+ static inline ArrNFloat64 ArrNFloat64_getp(ArrNFloat64 restrict obj){
112
112
  int64_t offset=0;
113
- return (ArrNInt64)(( char*) obj+offset);
113
+ return (ArrNFloat64)(( char*) obj+offset);
114
114
  }
115
- static inline int64_t ArrNInt64_len(ArrNInt64 restrict obj){
115
+ static inline int64_t ArrNFloat64_len(ArrNFloat64 restrict obj){
116
116
  int64_t offset=0;
117
117
  int64_t* arr = ( int64_t*)(( char*) obj+offset);
118
118
  return arr[1];
119
119
  }
120
- static inline int64_t ArrNInt64_get(const ArrNInt64 restrict obj, int64_t i0){
120
+ static inline double ArrNFloat64_get(const ArrNFloat64 restrict obj, int64_t i0){
121
121
  int64_t offset=0;
122
122
  offset+=16+i0*8;
123
- return *( int64_t*)(( char*) obj+offset);
123
+ return *( double*)(( char*) obj+offset);
124
124
  }
125
- static inline void ArrNInt64_set(ArrNInt64 restrict obj, int64_t i0, int64_t value){
125
+ static inline void ArrNFloat64_set(ArrNFloat64 restrict obj, int64_t i0, double value){
126
126
  int64_t offset=0;
127
127
  offset+=16+i0*8;
128
- *( int64_t*)(( char*) obj+offset)=value;
128
+ *( double*)(( char*) obj+offset)=value;
129
129
  }
130
- static inline int64_t* ArrNInt64_getp1(ArrNInt64 restrict obj, int64_t i0){
130
+ static inline double* ArrNFloat64_getp1(ArrNFloat64 restrict obj, int64_t i0){
131
131
  int64_t offset=0;
132
132
  offset+=16+i0*8;
133
- return ( int64_t*)(( char*) obj+offset);
133
+ return ( double*)(( char*) obj+offset);
134
134
  }
135
135
  #endif
136
136
  #ifndef XOBJ_TYPEDEF_ArrNUint32
@@ -14,9 +14,9 @@
14
14
  "MultiSetter"
15
15
  ],
16
16
  "versions": {
17
- "xtrack": "0.93.1",
18
- "xfields": "0.25.2",
19
- "xcoll": "0.6.7",
20
- "xobjects": "0.5.3"
17
+ "xtrack": "0.94.0",
18
+ "xfields": "0.25.3",
19
+ "xcoll": "0.6.8",
20
+ "xobjects": "0.5.4"
21
21
  }
22
22
  }