Commit 19ccd0f8 authored by peastman's avatar peastman
Browse files

Merge pull request #760 from swails/master

Squash the following warning:
parents 8d15b972 67ad6557
...@@ -474,7 +474,7 @@ public: ...@@ -474,7 +474,7 @@ public:
GroupInfo() : p1(-1), p2(-1), p3(-1) { GroupInfo() : p1(-1), p2(-1), p3(-1) {
} }
GroupInfo(int p1, int p2, int p3, const std::vector<double>& parameters) : GroupInfo(int p1, int p2, int p3, const std::vector<double>& parameters) :
p1(p1), p2(p2), p3(p3), parameters(parameters) { parameters(parameters), p1(p1), p2(p2), p3(p3) {
} }
}; };
......
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