Commit c7d6ac9
authored
Fix: set_rdata/idata Vectors (#274)
The overloads of `RealVect`/`IntVect` make no sense, since they
are N-dimensional and the number of arguments in `ParticleReal`/`int`
attributes is independent of that.
This led to memory violations and `-Warray-bounds` warnings at
compile time.1 parent 084679a commit c7d6ac9
1 file changed
+0
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | 215 | | |
226 | 216 | | |
227 | 217 | | |
| |||
268 | 258 | | |
269 | 259 | | |
270 | 260 | | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | 261 | | |
282 | 262 | | |
283 | 263 | | |
| |||
0 commit comments