| 246 | |
| 247 | template<class Type> |
| 248 | Foam::zeroField |
| 249 | Foam::fvm::SuSp |
| 250 | ( |
| 251 | const zero&, |
| 252 | const GeometricField<Type, fvPatchField, volMesh>& vf |
| 253 | ) |
| 254 | { |
| 255 | return zeroField(); |
| 256 | } |
| 257 | |
| 258 | |
| 259 | // ************************************************************************* // |
no test coverage detected