You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The member function signature in the DataProvider interface demands the allocation of a temporary vector and the likely copying of data from that temporary vector by the consumer.
ngen/include/forcing/DataProvider.hpp
Line 87 in dd66466
The member function signature in the
DataProvider
interface demands the allocation of a temporaryvector
and the likely copying of data from that temporary vector by the consumer.The signature ought to be
We could phase the refactoring by
get_values
and copies the dataDataProvider
implementationsDataProvider::get_values
callersThe text was updated successfully, but these errors were encountered: