Fix non-linear outflow components
The prefix for the outflow derivatives were set to {}.storage.{}
instead of {}.outflow.{}
. This has no consequences if one uses the FunctorFactoryParser
because the prefix is not used, however, someone who uses the FunctorFactory
interface will notice this inconsistency.
Edited by Santiago Ospina De Los Ríos