cwVectOps.h : Fixed bug in vop::print() where columns where not printed correctly.
This commit is contained in:
parent
3de88dfc32
commit
1b4ad4f45f
@ -34,7 +34,7 @@ namespace cw
|
|||||||
|
|
||||||
newline_fl = false;
|
newline_fl = false;
|
||||||
|
|
||||||
if( (n+1) % colN == 0 )
|
if( (i+1) % colN == 0 )
|
||||||
{
|
{
|
||||||
cwLogPrint("\n");
|
cwLogPrint("\n");
|
||||||
newline_fl = true;
|
newline_fl = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user