http://xyst.i2p/DEBUG/cppcheck/61.html
= nodes [ 3 ] ); } /** * @brief Convenience function to store a tet without first building * a list * * @param id The ID of the tetrahedron to store * @param first First Node * @param second Second Node * @param third Third Node * @param forth Forth Node */ void store_tet ( size_t id , size_t first , size_t second , size_t third , size_t forth ) { store_tet ( id , { { first , second , third , forth } } ); } void add ( size_t id , const tet_t & nodes , Refinement_Case refinement_case , size_t parent_id ) {...