mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 11:26:56 +01:00
Worried about integer; suspect where statements are broken
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user