mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Worried about integer; suspect where statements are broken
This commit is contained in:
parent
669cfca9b7
commit
1e179c903d
@ -89,6 +89,7 @@ namespace Optimization {
|
|||||||
vec_st(a, 0, d);
|
vec_st(a, 0, d);
|
||||||
}
|
}
|
||||||
//Integer
|
//Integer
|
||||||
|
// PAB: fixme -- is this right ; just looks like scalar not vector
|
||||||
inline void operator()(int a, Integer *i){
|
inline void operator()(int a, Integer *i){
|
||||||
i[0] = a;
|
i[0] = a;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user