Re: [brlcad-devel] Output displayed on MGED Command Window

2014-04-07 Thread Daniel Roßberg
As far as I can see src/libged/nirt.c is the right place. At least I could change the string there and see the effect in the mged nirt command. Did you made a "make install"? Regards, Daniel 2014-04-06 19:42 GMT+02:00 Aditi Bhatnagar : > Hi! > > I am trying to solve one bug, when we give ni

[brlcad-devel] Output displayed on MGED Command Window

2014-04-06 Thread Aditi Bhatnagar
Hi! I am trying to solve one bug, when we give nirt command , the output is displayed on command window. Which files are exactly responsible for this output. bu_vls_printf is also adding "Firing at view center" string, manipulating this string doesnot change the output. Which file is actually prin