* \brief Public interface to call the virtual function \c CurrentCorrection, * defined in the base class SpectralBaseAlgorithmRZ and possibly overridden * by its derived classes (e.g. PsatdAlgorithmRZ), from * objects of class SpectralSolverRZ through the private unique pointer \c algorithm */
| 175 | * objects of class SpectralSolverRZ through the private unique pointer \c algorithm |
| 176 | */ |
| 177 | void |
| 178 | SpectralSolverRZ::CurrentCorrection () |
| 179 | { |
| 180 | algorithm->CurrentCorrection(field_data); |
| 181 | } |
| 182 | |
| 183 | void |
| 184 | SpectralSolverRZ::VayDeposition () |
nothing calls this directly
no outgoing calls
no test coverage detected