mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
debug
This commit is contained in:
parent
b98cd54263
commit
f76a30c6f4
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user