Revision: 50327
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50327&view=rev
Author:   starseeker
Date:     2012-04-26 18:56:44 +0000 (Thu, 26 Apr 2012)
Log Message:
-----------
break up line for C90

Modified Paths:
--------------
    brlcad/branches/STABLE/src/shapes/coil.c

Modified: brlcad/branches/STABLE/src/shapes/coil.c
===================================================================
--- brlcad/branches/STABLE/src/shapes/coil.c    2012-04-26 18:36:39 UTC (rev 
50326)
+++ brlcad/branches/STABLE/src/shapes/coil.c    2012-04-26 18:56:44 UTC (rev 
50327)
@@ -486,7 +486,17 @@
     /* If hard clamping the length, have to check some things and maybe clamp 
some values */
 
     if (!ZERO(overall_length)) {
-       bu_log("Caution:  Length clamping overrides other specified values - if 
supplied values are\ninconsistent with specified length, they will be overriden 
in this order:\n\nWhen Shrinking:  pitch, number of turns, wire diameter\nWhen 
Expanding:  number of turns, pitch\n\nCurrently, this override order is 
independent of whether the value is supplied by the user or 
calculated\ninternally - i.e. there is no preference for protecting user 
specified properties.\nAlso, length clamping will NOT override explicit section 
specification with -S\n");
+       bu_log("NOTE:  Length clamping overrides other specified values. If 
supplied values are\n"
+              "inconsistent with specified length, they will be overriden in 
this order:\n\n"
+              "When Shrinking:  pitch, number of turns, wire diameter\n"
+              "When Expanding:  number of turns, pitch\n\n");
+ 
+       /* broken up for c90 and readability */
+       bu_log("Currently, this override order is independent of whether the 
value is supplied\n"
+              "by the user or calculated internally.  That is, there is no 
preference for \n"
+              "protecting user specified properties.  Moreover, length 
clamping will NOT \n"
+              "override explicit section specification with -S\n");
+
         if (coil_data) {
        if (start_cap_type != 0 || end_cap_type != 0) {
            bu_log("Note:  At this time only uncapped coils are allowed when 
length is constrained.\n");

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to