| # | Line 371 | Line 371 | namespace OpenMD { | |
|---|---|---|
| 371 | //// this is NEVER called | |
| 372 | if ( i >= VTK_MAX_ROTATIONS ) { | |
| 373 | std::cout << "vtkMath::Jacobi: Error extracting eigenfunctions" << std::endl; | |
| 374 | + | if (n > 4) { |
| 375 | + | delete[] b; |
| 376 | + | delete[] z; |
| 377 | + | } |
| 378 | return 0; | |
| 379 | } | |
| 380 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |