Skip to content
Snippets Groups Projects
Commit 42ef4fb0 authored by jcarpent's avatar jcarpent
Browse files

[C++] Set data to protected

parent 9fb1a0c4
Branches
Tags
No related merge requests found
......@@ -296,10 +296,9 @@ namespace se3
return Sres;
}
private:
Vector6 data_;
protected:
Vector6 data_;
};
typedef Symmetric3Tpl<double,0> Symmetric3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment