| 389 | } |
| 390 | |
| 391 | NoInputPtr FuzzNoInputFactory::generateMeshArrayRelation( |
| 392 | std::shared_ptr<const Definition> Def) const { |
| 393 | |
| 394 | return std::make_shared<FuzzNoInput>(FuzzNoInput::Type_MeshArrayRelation, |
| 395 | Def); |
| 396 | } |
| 397 | |
| 398 | InputPtr |
| 399 | FuzzInputFactory::generate(std::shared_ptr<const Definition> &Def) const { |