From: <ai...@us...> - 2013-11-11 21:28:55
|
Revision: 12675 http://sourceforge.net/p/plplot/code/12675 Author: airwin Date: 2013-11-11 21:28:53 +0000 (Mon, 11 Nov 2013) Log Message: ----------- Style previous commit. Modified Paths: -------------- trunk/examples/c/x22c.c Modified: trunk/examples/c/x22c.c =================================================================== --- trunk/examples/c/x22c.c 2013-11-10 01:14:57 UTC (rev 12674) +++ trunk/examples/c/x22c.c 2013-11-11 21:28:53 UTC (rev 12675) @@ -198,9 +198,9 @@ PLFLT Q, b, dbdx; PLcGrid2 cgrid2; PLFLT **u, **v; - const int nx = 20; - const int ny = 20; -#define NC 11 + const int nx = 20; + const int ny = 20; +#define NC 11 const int nc = NC; const int nseg = 20; PLFLT clev[NC]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |