| 872 | } |
| 873 | |
| 874 | void ca_dernull(Real* /*der*/, const int* /*der_lo*/, const int* /*der_hi*/, const int* /*nvar*/, |
| 875 | const Real* /*data*/, const int* /*data_lo*/, const int* /*data_hi*/, const int* /*ncomp*/, |
| 876 | const int* /*lo*/, const int* /*hi*/, |
| 877 | const int* /*domain_lo*/, const int* /*domain_hi*/, |
| 878 | const Real* /*delta*/, const Real* /*xlo*/, |
| 879 | const Real* /*time*/, const Real* /*dt*/, const int* /*bcrec*/, |
| 880 | const int* /*level*/, const int* /*grid_no*/) |
| 881 | { |
| 882 | |
| 883 | // This routine is used by particle_count. Yes it does nothing. |
| 884 | |
| 885 | } |
| 886 | |
| 887 | void ca_derspec(const Box& bx, FArrayBox& derfab, int /*dcomp*/, int /*ncomp*/, |
| 888 | const FArrayBox& datfab, const Geometry& /*geom*/, |
nothing calls this directly
no outgoing calls
no test coverage detected