Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 2c5fdf4b authored by Chris Rogers's avatar Chris Rogers
Browse files

Fix stray tab character in PolynomialPatch

parent c8114929
No related branches found
No related tags found
No related merge requests found
......@@ -76,14 +76,14 @@ class PolynomialPatch : public VectorMap {
PolynomialPatch();
/** Destructor delets validity_region_, grid_points_ and points_ */
~PolynomialPatch();
~PolynomialPatch();
/** Deep copy the PolynomialPatch
*
* This is the polymorphic copy constructor. Always returns a
* PolynomialPatch.
*/
VectorMap* clone() const; //copy function
VectorMap* clone() const; //copy function
/** Get the value at a given point
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment