This commit is contained in:
Joachim Schoeberl 2011-10-12 18:59:58 +00:00
parent b98cd54263
commit f76a30c6f4

View File

@ -505,7 +505,11 @@ namespace netgen
// (*testout) << endl;
// (*testout) << "3d->2d transformation" << endl;
if (debugflag)
{
*testout << "3d->2d transformation" << endl;
*testout << "3d points: " << endl << locpoints << endl;
}
for (int i = 1; i <= locpoints.Size(); i++)
{
@ -520,6 +524,10 @@ namespace netgen
// (*testout) << endl << endl << endl;
if (debugflag)
*testout << "2d points: " << endl << plainpoints << endl;
p12d = plainpoints.Get(1);
p22d = plainpoints.Get(2);