POV-Ray : Newsgroups : povray.text.scene-files : [Minimum Volume] Bounding Ellipsoid via SVD : Re: [Minimum Volume] Bounding Ellipsoid via SVD Server Time
29 Apr 2024 02:36:44 EDT (-0400)
  Re: [Minimum Volume] Bounding Ellipsoid via SVD  
From: jr
Date: 10 Nov 2019 10:10:01
Message: <web.5dc82730f7b9a3affeeb22ff0@news.povray.org>
"jr" <cre### [at] gmailcom> wrote:
> ...
> it's been .. quiet.  in case you haven't addressed 1/2 yet, here's a quick,
> though inefficient (and inelegant), hack.  in the 'generate_matrix' function,
> there's an assignment in the innermost 'for()'.  if you change that line to
> read:
>   std::cin >> matrix[row[col];

uh, typo.  effing always.  :-(

std::cin >> matrix[row][col];

> ...


regards, jr.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.