Hi Roland,

I'm planning drastic changes to the interface. There is too much repetition
with the current approach of overloading fluid::permeability() { return
rock_.permeability(); }. We could simply call the methods from the rock
member itself: propsObj.rock->permeability();

There is an extra layer of abstraction that is against the DRY principle (
http://en.wikipedia.org/wiki/Don't_repeat_yourself) and I want to remove
that for others to contribute with ease in the future. Is it okay?

Please let me know if it's not, I'll start coding...

Best,
Júlio.
_______________________________________________
Opm mailing list
[email protected]
http://www.opm-project.org/mailman/listinfo/opm

Reply via email to