| 44 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // |
| 45 | |
| 46 | void makeGraph |
| 47 | ( |
| 48 | const scalarField& x, |
| 49 | const volScalarField& vsf, |
| 50 | const word& graphFormat |
| 51 | ) |
| 52 | { |
| 53 | makeGraph(x, vsf, vsf.name(), graphFormat); |
| 54 | } |
| 55 | |
| 56 | |
| 57 | void makeGraph |
no test coverage detected