* Description of function. */
| 93 | * Description of function. |
| 94 | */ |
| 95 | virtual std::string getDescription() const |
| 96 | { |
| 97 | return ""; |
| 98 | } |
| 99 | |
| 100 | protected: |
| 101 | unsigned int numVariables; // Dimension of domain (size of x) |
nothing calls this directly
no outgoing calls
no test coverage detected