Skip to content

Commit 1c4f55e

Browse files
committed
Merge branch 'master' into devel
2 parents 5ec7ea0 + a7ede7b commit 1c4f55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/eos/morphablemodel/PcaModel.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class PcaModel
110110
*
111111
* @return The list of triangles to build a mesh.
112112
*/
113-
std::vector<std::array<int, 3>> get_triangle_list() const
113+
const std::vector<std::array<int, 3>>& get_triangle_list() const
114114
{
115115
return triangle_list;
116116
};

0 commit comments

Comments
 (0)