Skip to content
Snippets Groups Projects
Commit 51b909a1 authored by Peter Bastian's avatar Peter Bastian
Browse files

small name change

[[Imported from SVN: r774]]
parent 7f9cbba5
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ namespace Dune {
Setting the compile time switch DUNE_ISTL_WITH_CHECKING
enables error checking.
*/
template<class B, class A=SPMV_Allocator>
template<class B, class A=ISTL_Allocator>
class BlockVector
{
public:
......
......@@ -34,7 +34,7 @@ namespace Dune {
- throws std::bad_alloc just as new does
*/
class SPMV_Allocator { // uses standard malloc and free
class ISTL_Allocator { // uses standard malloc and free
public:
//! allocate array of nmemb objects of type T
template<class T>
......@@ -65,7 +65,7 @@ namespace Dune {
static unsigned int count;
};
unsigned int SPMV_Allocator::count=0;
unsigned int ISTL_Allocator::count=0;
/** @} end documentation */
......
......@@ -29,7 +29,7 @@ namespace Dune {
vector spaces. The number of components is given at run-time.
*/
template<class B, class A=SPMV_Allocator>
template<class B, class A=ISTL_Allocator>
class VariableBlockVector
{
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment