Change ConstArrayRef constructor argument order.
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 9 Feb 2013 04:45:32 +0000 (06:45 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 13 Feb 2013 21:27:21 +0000 (22:27 +0100)
commit2062869fe976b664b563b2e584a1652429b350b1
tree43be6bf3ad9dd80e58e3b41822daf080562c3e75
parent2bebee5d851999fe522a9cf0311f41a3e3d05600
Change ConstArrayRef constructor argument order.

The new order is more consistent with STL: e.g., std::copy_n() has
arguments in this order.

Change-Id: I72b8e45514336ab674a4118a0ff42296dc12a74e
src/gromacs/analysisdata/dataframe.cpp
src/gromacs/selection/selection.h
src/gromacs/utility/arrayref.h