Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 49844 | Differences between
and this patch

Collapse All | Expand All

(-)blender-2.33-orig/intern/iksolver/intern/TNT/vec.h (-3 / +3 lines)
Lines 296-306 Link Here
296
{
296
{
297
    Subscript N=A.dim();
297
    Subscript N=A.dim();
298
298
299
    s <<  N << endl;
299
    s <<  N << std::endl;
300
300
301
    for (Subscript i=0; i<N; i++)
301
    for (Subscript i=0; i<N; i++)
302
        s   << A[i] << " " << endl;
302
        s   << A[i] << " " << std::endl;
303
    s << endl;
303
    s << std::endl;
304
304
305
    return s;
305
    return s;
306
}
306
}

Return to bug 49844