Revision: 55691
http://sourceforge.net/p/brlcad/code/55691
Author: carlmoore
Date: 2013-06-07 15:29:06 +0000 (Fri, 07 Jun 2013)
Log Message:
-----------
move scale=1.0 into the type declaration
Modified Paths:
--------------
brlcad/trunk/src/sig/u-f.c
Modified: brlcad/trunk/src/sig/u-f.c
===================================================================
--- brlcad/trunk/src/sig/u-f.c 2013-06-07 15:25:30 UTC (rev 55690)
+++ brlcad/trunk/src/sig/u-f.c 2013-06-07 15:29:06 UTC (rev 55691)
@@ -45,11 +45,9 @@
int main(int argc, char **argv)
{
int i, num;
- double scale;
+ double scale = 1.0;
size_t ret;
- scale = 1.0;
-
if (argc > 1) {
if (BU_STR_EQUAL(argv[1], "-n"))
scale = 1.0 / 65536.0;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits