Revision: 55234
          http://sourceforge.net/p/brlcad/code/55234
Author:   carlmoore
Date:     2013-04-24 21:45:22 +0000 (Wed, 24 Apr 2013)
Log Message:
-----------
compare to damdf.c and shift one 'include'; also, add '>outputfile' to usage

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

Modified: brlcad/trunk/src/sig/dauto.c
===================================================================
--- brlcad/trunk/src/sig/dauto.c        2013-04-24 21:42:31 UTC (rev 55233)
+++ brlcad/trunk/src/sig/dauto.c        2013-04-24 21:45:22 UTC (rev 55234)
@@ -29,9 +29,9 @@
 
 #include "common.h"
 
+#include <string.h>
 #include <stdlib.h>
 #include <math.h>
-#include <string.h>
 #include "bio.h"
 
 #include "bu.h"
@@ -40,8 +40,7 @@
 double *r;                     /* autocor output */
 double *weight;                /* weights to unbias estimation */
 
-static const char usage[] = "\
-Usage: dauto [window_size (512)] < doubles\n";
+static const char usage[] = "Usage: dauto [window_size (512)] < doubles 
>outputfile\n";
 
 int main(int argc, char **argv)
 {

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