Skip to content
Snippets Groups Projects
Commit 2d51cf22 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Merge branch 'develop' into debian_CI

parents 4538ed8d 435b015c
Branches
Tags
No related merge requests found
......@@ -18,8 +18,10 @@ variables:
GIT_STRATEGY: "clone"
before_script:
# make sure LFS hooks are installed
- git lfs install
# Provision efficiently the local LFS cache before checkout
- git lfs fetch origin $CI_COMMIT_REF_NAME
- git lfs fetch origin $CI_COMMIT_SHA
# Checkout the expected branch
- git checkout $CI_COMMIT_REF_NAME
......
......@@ -58,7 +58,7 @@ public:
OutputType operator()(const InputType& in)
{
assert(in.Size() == m.Size());
assert(in.Size() == m_Vector.Size());
OutputType result = 0;
for (unsigned int i = 0; i < in.Size(); ++i)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment