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

Okay, and now the same but without some nonsense output messages.

parent 23333bca
No related branches found
No related tags found
No related merge requests found
......@@ -144,10 +144,6 @@ namespace AMDiS {
void Stand10::calculateElementVector(const ElInfo *elInfo, ElementVector& vec)
{
FUNCNAME("Stand10::calculateElementVector()");
MSG("calc vec here!\n");
DimVec<double> grdPsi(dim, DEFAULT_VALUE, 0.0);
int nPoints = quadrature->getNumPoints();
int myRank = omp_get_thread_num();
......@@ -222,10 +218,6 @@ namespace AMDiS {
void Quad10::calculateElementVector(const ElInfo *elInfo, ElementVector& vec)
{
FUNCNAME("Quad10::calculateElementVector()");
MSG("calc vec here!\n");
VectorOfFixVecs<DimVec<double> > *grdPsi;
if (firstCall) {
......@@ -449,10 +441,6 @@ namespace AMDiS {
void Pre10::calculateElementVector(const ElInfo *elInfo, ElementVector& vec)
{
FUNCNAME("Pre10::calculateElementVector()");
MSG("calc vec here!\n");
const int *k;
const double *values;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment