Revision: 55249
          http://sourceforge.net/p/brlcad/code/55249
Author:   carlmoore
Date:     2013-04-25 20:20:58 +0000 (Thu, 25 Apr 2013)
Log Message:
-----------
rearrange blank lines for closer comparison with dauto.c source code

Modified Paths:
--------------
    brlcad/trunk/src/sig/dauto2.c

Modified: brlcad/trunk/src/sig/dauto2.c
===================================================================
--- brlcad/trunk/src/sig/dauto2.c       2013-04-25 19:45:56 UTC (rev 55248)
+++ brlcad/trunk/src/sig/dauto2.c       2013-04-25 20:20:58 UTC (rev 55249)
@@ -32,7 +32,6 @@
 
 #include "bu.h"
 
-
 #define        BSIZE   2048            /* Must be AT LEAST 2*Points in 
spectrum */
 double data[BSIZE];            /* Input buffer */
 int    clip[BSIZE];            /* clipped buffer */
@@ -95,9 +94,11 @@
                    out[i]--;
            }
        }
+
        for ( i = 0; i < L; i++ ) {
            r[i] = out[i];
        }
+
        ret = fwrite( r, sizeof(*r), L, stdout );
        if (ret != (size_t)L)
            perror("fwrite");

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to