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:
parent
669cfca9b7
commit
1e179c903d
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user