Re: [Yade-dev] Vector outputs in LOG macros vs cout

2020-03-21 Thread Janek Kozicki (yade)
OK, I think it is fixed in latest MR https://gitlab.com/yade-dev/trunk/-/merge_requests/446 please try it. Janek Kozicki (yade) said: (by the date of Fri, 20 Mar 2020 22:36:36 +0100) > Hi Jerome, > > it is not on purpose. I find it annoying too. I will have a look :) > I guess it has got som

Re: [Yade-dev] Vector outputs in LOG macros vs cout

2020-03-20 Thread Janek Kozicki (yade)
Hi Jerome, it is not on purpose. I find it annoying too. I will have a look :) I guess it has got something with operator<< somewhere. My university shifted to online courses, this takes more time than I would like. I hope that soon I will manage to do some work with yade. best regards Janek J

[Yade-dev] Vector outputs in LOG macros vs cout

2020-03-20 Thread Jerome Duriez
Hi (Janek ?) Is it on purpose (or imposed by Boost ?) that e.g. LOG_DEBUG(someVector3r_Or3i_Or...) will output the vector items in "column", while cout << someVector3r_Or3i_Or... would output them in the same row ? Hoping that current boring lockdown times will give some interest to that q