Deletion log

From KitwarePublic
Jump to navigationJump to search

Below is a list of the most recent deletions.

Logs
  • 03:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/SimpleOperations/FloatingPointExceptions (content was: "This example makes the illegal division by zero produce an error: Error: Floating point exception detected. Signal 8 rather than simply store "inf" in y. ==FloatingPointExceptions.cxx== <source lang="cpp"> #include <vtkFloatingPointExceptions.h> // Avoid the "potential divide by 0" warning from the Microsoft // compiler, since this example intentionally divides by 0 #ifdef _MSC_VER #pragma warning (disable: 4723) #endif int main(int, char *[]) { // Disabled by default wit...")