Note: Here rather than in header to avoid many deprecated warnings Remove in future and make this function pure virtual
| 40 | // Note: Here rather than in header to avoid many deprecated warnings |
| 41 | // Remove in future and make this function pure virtual |
| 42 | double FieldGenerator::generate(const Context& ctx) { |
| 43 | return generate(ctx.x(), ctx.y(), ctx.z(), ctx.t()); |
| 44 | } |
| 45 | |
| 46 | ///////////////////////////////////////////// |
| 47 | namespace { // These classes only visible in this file |