Skip to content
Snippets Groups Projects
Commit 63292873 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Remove useless variable (thx to clang)

parent 52816c4f
No related branches found
No related tags found
1 merge request!124Add files for high order integration with quadratures
......@@ -591,8 +591,6 @@ class IntegrateOnCells<OutputType(InputType)> : public PugsFunctionAdapter<Outpu
const MeshType& mesh,
const Array<CellId>& cell_list)
{
constexpr size_t Dimension = MeshType::Dimension;
Array<OutputType> value(size(cell_list));
if (quadrature_descriptor.isTensorial()) {
_tensorialIntegrateTo<MeshType, OutputArrayT>(function_symbol_id, quadrature_descriptor, mesh,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment