Skip to content
Snippets Groups Projects
Commit 39e4fb15 authored by Max Kahnt's avatar Max Kahnt
Browse files

Fix internal variable type.

parent c454f3a1
Branches
No related tags found
1 merge request!17Cleanup/norms
...@@ -90,7 +90,7 @@ class PNorm: public Norm<V> ...@@ -90,7 +90,7 @@ class PNorm: public Norm<V>
private: private:
double alpha; double alpha;
double p; int p;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment