Commit b92c88dd authored by Alex Leontiev's avatar Alex Leontiev

Removed trailing spaces

Continuation of work done in previous commit.
parent b1f029cc
......@@ -55,7 +55,7 @@ public:
public:
virtual ~Function() {}
//! ndim - dimensionality
virtual double calc(const double* x) const = 0;
virtual double calc(const double* x) const = 0;
};
virtual Ptr<Function> getFunction() const = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment