Skip to content

Commit

Permalink
VNL 2020-12-20 (85ae25b7)
Browse files Browse the repository at this point in the history
Run the UpdateFromUpstream.sh script to extract upstream VNL
using the following shell commands.

$ git archive --prefix=upstream-vnl/ 85ae25b7 -- 
      CMakeLists.txt
      config/cmake
      core/CMakeLists.txt
      core/testlib
      core/vnl
      core/vxl_config.h.in
      core/vxl_copyright.h
      core/vxl_version.h
      v3p/CMakeLists.txt
      v3p/netlib
      vcl
 | tar x
$ git shortlog --perl-regexp --author='^((?!Kitware Robot).*)$' --no-merges --abbrev=8 --format='%h %s' a05ed916..85ae25b7

Hans Johnson (1):
      85ae25b7 STYLE: Remove duplicate ;; at end of line.

Change-Id: Ic53ebcc046b1a72a4c56fd04fa9852e57d312407
  • Loading branch information
VXL Maintainers authored and hjmjohnson committed Dec 24, 2020
1 parent df92e58 commit 7b13770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vnl/vnl_matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ ::put(unsigned r, unsigned c, T const& v)
template<class T>
inline vnl_matrix<T> operator*(T const& value, vnl_matrix<T> const& m)
{
return m*value;;
return m*value;
}

//:
Expand Down

0 comments on commit 7b13770

Please sign in to comment.