Skip to content
Snippets Groups Projects
Commit 81e6d3e8 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Remove obsolete constructors

parent c25eff2f
Branches
No related tags found
No related merge requests found
......@@ -26,8 +26,6 @@ class NiceFunction : public VirtualFunction<double, double> {
class RuinaFunction : public NiceFunction {
public:
RuinaFunction() {}
RuinaFunction(double coefficient, double a, double mu, double eta,
double normalStress)
: coefficient(coefficient),
......@@ -112,8 +110,6 @@ class RuinaFunction : public NiceFunction {
class LinearFunction : public NiceFunction {
public:
LinearFunction() {}
LinearFunction(double a) : coefficient(a) {}
void virtual evaluate(double const &x, double &y) const {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment