| 601 | } |
| 602 | } |
| 603 | static void* OPS_PML() { |
| 604 | int ndm = OPS_GetNDM(); |
| 605 | if (ndm == 2) { |
| 606 | return OPS_PML2D(); |
| 607 | } |
| 608 | else { |
| 609 | return OPS_PML3DVISCOUS(); |
| 610 | } |
| 611 | } |
| 612 | |
| 613 | static int setUpFunctions(void) |
| 614 | { |
nothing calls this directly
no test coverage detected