IRC log for #brlcad on 20120116

00:58.20 *** join/#brlcad asnos (~as6@unaffiliated/asnos)
00:58.27 asnos hi
00:58.36 asnos who is KimK?
01:32.46 *** join/#brlcad cadman (~Adium@64.178.177.71)
02:15.51 ``Erik <PROTECTED>
04:19.53 starseeker thought it might be fun to do an airplane wing procdb once enough NURBS primitive stuff was in place... I've still got that old report around somewhere detailing old-style wing design...
06:49.30 *** join/#brlcad Stattrav (~Stattrav@61.12.114.82)
06:49.30 *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav)
06:57.46 *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav)
07:29.09 *** join/#brlcad cadman (~Adium@64.178.177.71)
08:07.53 *** join/#brlcad Stattrav (~Stattrav@61.12.114.82)
08:07.53 *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav)
10:10.04 *** join/#brlcad packrat (~packrator@c-98-209-146-133.hsd1.mi.comcast.net)
12:30.43 CIA-130 BRL-CAD: 03d_rossberg * r48863 10/brlcad/trunk/src/conv/intaval/read_dra.cpp:
12:30.44 CIA-130 BRL-CAD: do not set a form's id here, it's only a flag saying "same form but different place" i.e. translated
12:30.44 CIA-130 BRL-CAD: initialized form in its declaration to calm Coverity
12:31.51 *** join/#brlcad d_rossberg (~rossberg@BZ.BZFLAG.BZ)
13:39.21 *** join/#brlcad jordisayol (~jordisayo@unaffiliated/jordisayol)
15:05.06 *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav)
17:04.06 CIA-130 BRL-CAD: 03tbrowder2 * r48864 10/brlcad/trunk/regress/weight.sh: slight simplification
17:45.11 CIA-130 BRL-CAD: 03tbrowder2 * r48865 10/brlcad/trunk/src/rt/viewweight.c: use bu_fgets instead of fgets
17:47.07 CIA-130 BRL-CAD: 03tbrowder2 * r48866 10/brlcad/trunk/src/rt/viewweight.c: add a sort comparison function for a region array; add variables for array handling and hoisting loops upward
17:49.36 CIA-130 BRL-CAD: 03tbrowder2 * r48867 10/brlcad/trunk/src/rt/viewweight.c: a tad of formatting
18:58.47 *** join/#brlcad cadman (~Adium@mwg-w01.infosec.fedex.com)
19:48.29 *** join/#brlcad Stattrav (~Stattrav@61.12.114.82)
19:48.30 *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav)
19:57.20 *** join/#brlcad cadman (~Adium@mwg-w06.infosec.fedex.com)
20:02.25 CIA-130 BRL-CAD: 03tbrowder2 * r48868 10/brlcad/trunk/src/rt/viewweight.c: reverting most of the file--need to revisit the big picture before optimizing; still have problems of periodic region list variation; will add the array fix for that WITHOUT the other loop changes
20:15.10 CIA-130 BRL-CAD: 03tbrowder2 * r48869 10/brlcad/trunk/src/rt/viewweight.c: add a qsort comp function for future use
20:17.48 CIA-130 BRL-CAD: 03tbrowder2 * r48870 10/brlcad/trunk/src/rt/viewweight.c: add variables for a region array
20:19.59 CIA-130 BRL-CAD: 03tbrowder2 * r48871 10/brlcad/trunk/src/rt/viewweight.c: add macro guards to maintain two versions during development
20:20.36 CIA-130 BRL-CAD: 03tbrowder2 * r48872 10/brlcad/trunk/src/rt/viewweight.c: turn off array version for now
20:22.17 CIA-130 BRL-CAD: 03tbrowder2 * r48873 10/brlcad/trunk/src/rt/viewweight.c: remove 'always true test'
20:29.58 CIA-130 BRL-CAD: 03tbrowder2 * r48874 10/brlcad/trunk/src/rt/viewweight.c: use variables instead of error-prone integer literals to define format field widths
20:32.12 CIA-130 BRL-CAD: 03tbrowder2 * r48875 10/brlcad/trunk/src/rt/viewweight.c: oops, forgot to replace integer with the variable name
21:23.47 *** join/#brlcad cadman (~Adium@mwg-e06.infosec.fedex.com)
21:45.24 CIA-130 BRL-CAD: 03tbrowder2 * r48876 10/brlcad/trunk/src/rt/viewweight.c: (log message trimmed)
21:45.24 CIA-130 BRL-CAD: removed macro guards
21:45.24 CIA-130 BRL-CAD: moved second block ["if (rpt_overlap)"] into the first
21:45.24 CIA-130 BRL-CAD: rearrange some block variables as a result
21:45.25 CIA-130 BRL-CAD: fill new region array
21:45.25 CIA-130 BRL-CAD: increment MAX_ITEM by 2 to create an "end ID" for conventional loop idiom use
21:45.26 CIA-130 BRL-CAD: use new array for WEIGHT BY REGION ID sort
22:08.55 CIA-130 BRL-CAD: 03tbrowder2 * r48877 10/brlcad/trunk/src/rt/viewweight.c:
22:08.55 CIA-130 BRL-CAD: moved WEIGHT BY REGION NAME outside the first region collection loop, then used
22:08.55 CIA-130 BRL-CAD: the new array on the print out
22:08.55 CIA-130 BRL-CAD: ran the current regression test (./regress/weight.sh) 100 times with NO
22:08.56 CIA-130 BRL-CAD: failures
22:08.56 CIA-130 BRL-CAD: next step will be a bit of optimization on the inner read loop of the
22:08.57 CIA-130 BRL-CAD: two main print loops
22:30.46 *** join/#brlcad cadman (~Adium@146.18.173.106)
23:06.48 *** join/#brlcad cadman (~Adium@mwg-e03.infosec.fedex.com)
23:26.58 CIA-130 BRL-CAD: 03tbrowder2 * r48878 10/brlcad/trunk/src/rt/viewweight.c: give more info on missing material info--name the region affected

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.