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
MatEnv::FileFinderInterface function virtual std::string findFile( std::string const& ) const = 0;
is superfluous. The calls to get specific files (elements, etc) already return fully qualified paths.
MatEnv::FileFinderInterface function virtual std::string findFile( std::string const& ) const = 0;
is superfluous. The calls to get specific files (elements, etc) already return fully qualified paths.