Replaced all valarray with vector
In all STL implementations std::valarray are equivalent to std::vector. No need to really use them.
Loading
Please sign in to comment
In all STL implementations std::valarray are equivalent to std::vector. No need to really use them.