LCOV - code coverage report | |||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
![]() |
Branch data Line data Source code 1 : : //- Class: ChollaEntity 2 : : //- Description: ChollaEntity class - the base class in the Cholla Geometry Entities. 3 : : //- Owner: Steve Owen 4 : : //- Checked by: 5 : : //- Version: $Id: 6 : : 7 : : #include "ChollaEntity.hpp" 8 : : #include "CubitMessage.hpp" 9 : : 10 : 2343 : ChollaEntity::ChollaEntity() 11 : : { 12 : : 13 : 2343 : } 14 : : 15 : 4686 : ChollaEntity::~ChollaEntity() 16 : : { 17 [ - + ]: 2343 : } 18 : : |
![]() |
Generated by: LCOV version 1.11 |