1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00
This commit is contained in:
Christopher Kelly 2016-07-07 16:06:30 -04:00
parent 3c49ddfaa4
commit c5106d0c03

View File

@ -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){