Implement calc_name and calc_fluid_names for tabular backends; closes #1616

This commit is contained in:
Ian Bell
2017-12-12 20:43:38 -07:00
parent 0711a2e66f
commit 7ea50a832f

View File

@@ -865,6 +865,9 @@ class TabularBackend : public AbstractState
// None of the tabular methods are available from the high-level interface
bool available_in_high_level(void){return false;}
std::string calc_name(void){ return AS->name(); }
std::vector<std::string> calc_fluid_names(void){ return AS->fluid_names(); }
void connect_pointers(parameters output, const SinglePhaseGriddedTableData &table)
{