Adding Cell accessors for name.

This commit is contained in:
Patrick Shriwise 2019-07-18 12:19:13 -05:00
parent 08e78a3215
commit df379471dd
2 changed files with 24 additions and 3 deletions

View file

@ -134,6 +134,14 @@ public:
//! all instances is set.
void set_temperature(double T, int32_t instance = -1);
//! Get the name of a cell
//! \return Cell name
std::string name() const;
//! Set the temperature of a cell instance
//! \param[in] name Cell name
void set_name(const std::string& name);
//----------------------------------------------------------------------------
// Data members