| 1821 | ******************************************************************/ |
| 1822 | |
| 1823 | static int CVnls(CVodeMem cv_mem, int nflag) |
| 1824 | { |
| 1825 | switch(iter) { |
| 1826 | case FUNCTIONAL : return(CVnlsFunctional(cv_mem)); |
| 1827 | case NEWTON : return(CVnlsNewton(cv_mem, nflag)); |
| 1828 | } |
| 1829 | fprintf(errfp, "Should be unreachable ..."); |
| 1830 | return (ERR_FAILURE); |
| 1831 | } |
| 1832 | |
| 1833 | /***************** CVnlsFunctional ******************************** |
| 1834 |
no test coverage detected