BF: Missing initialiser from splinefield copy constructor
Was not having any effect in C++11, but was causing topup
to seg-fault in C++14 and C++17. Some subtle differences in the way that intermediate temporary objects were being used across the different standards.