1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-05 19:55:56 +01:00

Worried about integer; suspect where statements are broken

This commit is contained in:
Peter Boyle 2016-12-27 17:46:38 +00:00
parent 669cfca9b7
commit 1e179c903d

View File

@ -89,6 +89,7 @@ namespace Optimization {
vec_st(a, 0, d);
}
//Integer
// PAB: fixme -- is this right ; just looks like scalar not vector
inline void operator()(int a, Integer *i){
i[0] = a;
}