Skip to content
Snippets Groups Projects
Commit 48804cdc authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

huh

parent b7c25f07
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ namespace AMDiS {
// allocate memory
eptr = new int[nElements + 1];
eind = new int[nElements * (dim + 1))];
eind = new int[nElements * (dim + 1)];
elmdist = new int[mpiSize + 1];
elem_p2a = new int[nElements];
......@@ -512,7 +512,7 @@ namespace AMDiS {
delete [] partitionElements;
delete [] partitionPtr;
delete [] bufferOffset;
delete [] recvBufferOffse;
delete [] recvBufferOffset;
}
void ParMetisPartitioner::descendPartitionData(Element *element)
......
......@@ -44,7 +44,7 @@ namespace AMDiS {
void setMatrix(const DOFMatrix& A)
{
matrix= &A.getBaseMatrix();
matrix= &A.getBaseMatrix();
}
const DOFMatrix::base_matrix_type& getMatrix() const { return *matrix; }
......
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