Fixed an access bug with copy assignment to FieldVector<K,1>
(cherry picked from commit cb44193b)
The current implementation of FieldVector<K, 1>::operator= (const FieldVector<T, N>& other)
attempts to access a private member of FieldVector<T, N>
. This results in a compilation error. See MR !637 (merged)