remove debug output

This commit is contained in:
Joachim Schöberl 2015-11-02 17:02:17 +01:00
parent 37ee61a1b0
commit ba838e39dc

View File

@ -977,7 +977,6 @@ namespace netgen
maxh[domnr-1] = h; maxh[domnr-1] = h;
else else
throw NgException ("material index out of range"); throw NgException ("material index out of range");
cout << "maxh = " << maxh << endl;
} }