diff --git a/src/poc/ncpp_build.cpp b/src/poc/ncpp_build.cpp index 9e60dabba..0575ef2e4 100644 --- a/src/poc/ncpp_build.cpp +++ b/src/poc/ncpp_build.cpp @@ -27,10 +27,14 @@ int run () const char *ncver = nc.version (); { - Plane plane (1, 1, 0, 0); - Plot plot1 (plane); - PlotU plot2 (plane); - PlotD plot3 (plane); + /* + Plane p1 (1, 1, 0, 0); + Plot plot1 (p1); + Plane p2 (1, 1, 0, 0); + PlotU plot2 (p2); + Plane p3 (1, 1, 0, 0); + PlotD plot3 (p3); + */ } nc.stop (); diff --git a/src/poc/ncpp_build_exceptions.cpp b/src/poc/ncpp_build_exceptions.cpp index f08d93e98..aa99e3458 100644 --- a/src/poc/ncpp_build_exceptions.cpp +++ b/src/poc/ncpp_build_exceptions.cpp @@ -28,10 +28,12 @@ int run () const char *ncver = nc.version (); { + /* Plane plane (1, 1, 0, 0); Plot plot1 (plane); PlotU plot2 (plane); PlotD plot3 (plane); + */ } nc.stop ();