Renames ADCellVolumesTraits to CellVolumeIteratorTraits.
This commit is contained in:
parent
adc499b036
commit
71056f45d6
@ -162,12 +162,12 @@ double cellVolume(const UnstructuredGrid& grid, int cell_index);
|
|||||||
/// The value of the mapping is stored in nested type IteratorType
|
/// The value of the mapping is stored in nested type IteratorType
|
||||||
/// \tparam T The type of the grid.
|
/// \tparam T The type of the grid.
|
||||||
template<class T>
|
template<class T>
|
||||||
struct ADCellVolumesTraits
|
struct CellVolumeIteratorTraits
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
struct ADCellVolumesTraits<UnstructuredGrid>
|
struct CellVolumeIteratorTraits<UnstructuredGrid>
|
||||||
{
|
{
|
||||||
typedef const double* IteratorType;
|
typedef const double* IteratorType;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user