ncpp_build: disable Plot stuff for now #1009

pull/1016/head
nick black 4 years ago
parent b7dc102eb8
commit 25a192c7ba
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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 ();

@ -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 ();

Loading…
Cancel
Save