mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Bugfix
This commit is contained in:
parent
3c49ddfaa4
commit
c5106d0c03
@ -51,7 +51,7 @@ namespace Grid {
|
||||
OuterLoopNormMult(100.), guesser(NULL){ };
|
||||
|
||||
void useGuesser(LinearFunction<FieldF> &g){
|
||||
guesser = g;
|
||||
guesser = &g;
|
||||
}
|
||||
|
||||
void operator() (const FieldD &src_d_in, FieldD &sol_d){
|
||||
|
Loading…
x
Reference in New Issue
Block a user