! * \brief get the comp node on which this var is computed */
| 368 | * \brief get the comp node on which this var is computed |
| 369 | */ |
| 370 | CompNode comp_node() const { return m_comp_node; } |
| 371 | |
| 372 | /*! |
| 373 | * \brief set comp node; only the memory node could be changed if called |
no outgoing calls
no test coverage detected