| 230 | |
| 231 | |
| 232 | complexVectorField operator^ |
| 233 | ( |
| 234 | const UList<vector>& vf, |
| 235 | const UList<complexVector>& cvf |
| 236 | ) |
| 237 | { |
| 238 | return ComplexField(vf^Re(cvf), vf^Im(cvf)); |
| 239 | } |
| 240 | |
| 241 | |
| 242 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // |
no test coverage detected