All public logs

From KitwarePublic
Jump to navigationJump to search

Combined display of all available logs of KitwarePublic. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:34, 28 April 2021 Cquammen talk contribs deleted page VTK/Garbage/FloatingPOintExceptions (content was: "<source lang="C"> #include <vtkFloatingPointExceptions.h> int main(int argc, char *argv[]) { vtkFloatingPointExceptions::Enable(); // disable by default with gcc or visual studio, enabled by default by Borland CC. double x=0.0; double y=1.0/x; // floating-point exception return EXIT_SUCCESS; } </source> CMakeLists.txt cmake_minimum_required(VERSION 2.6) PROJECT(FloatingPointExceptions) FIND_PACKAGE(VTK REQUIRED) INCLUDE(${VTK_USE_FILE}) ADD_EXECUTABLE(Floa...")