ENH: Refactored DataEntry table-types to make use of new table base class

This commit is contained in:
andy
2011-11-22 13:14:48 +00:00
parent 1df679963e
commit e9e9dcbd08
7 changed files with 54 additions and 262 deletions

View File

@ -130,10 +130,10 @@ public:
bool checkMaxBounds(const scalar x, scalar& xDash) const;
//- Return Table value
Type value(const scalar x) const;
virtual Type value(const scalar x) const;
//- Integrate between two (scalar) values
Type integrate(const scalar x1, const scalar x2) const;
virtual Type integrate(const scalar x1, const scalar x2) const;
// I/O