From: wolf Date: Mon, 17 Feb 2003 21:38:02 +0000 (+0000) Subject: Add the usual header to this file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e6c4f0600f43e81717bdbca52780d10dfce9dd;p=dealii-svn.git Add the usual header to this file. git-svn-id: https://svn.dealii.org/trunk@7131 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_matrix_ez.templates.h b/deal.II/lac/include/lac/sparse_matrix_ez.templates.h index a72c496912..dbfa1d4e00 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.templates.h +++ b/deal.II/lac/include/lac/sparse_matrix_ez.templates.h @@ -1,3 +1,19 @@ +//---------------------------- sparse_matrix_ez.templates.h --------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 2002, 2003 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//---------------------------- sparse_matrix_ez.templates.h --------------------------- +#ifndef __deal2__sparse_matrix_ez_templates_h +#define __deal2__sparse_matrix_ez_templates_h + + #include #include @@ -340,3 +356,6 @@ SparseMatrixEZ::memory_consumption() const + sizeof(unsigned int) * row_info.capacity() + sizeof(typename SparseMatrixEZ::Entry) * data.capacity(); } + + +#endif // __deal2__sparse_matrix_ez_templates_h