mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 16:27:05 +01:00
for dwf_precondition
This commit is contained in:
@ -53,4 +53,10 @@ void MultiShiftFunction::csv(std::ostream &out)
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
RealD __InverseApproximation(RealD x)
|
||||
{
|
||||
return 1.0/x;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -63,5 +63,7 @@ public:
|
||||
}
|
||||
|
||||
};
|
||||
RealD __InverseApproximation(RealD x);
|
||||
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user