MantisBT - ParaView
View Issue Details
0015865ParaView(No Category)public2015-12-06 07:432016-08-12 09:59
Martin Beaudoin 
Andy Bauer 
normalminorhave not tried
closedmoved 
4.4 
 
TBD
incorrect functionality
0015865: Minor bug when compiling VisItBridge/databases/paraDIS/paraDIS_lib/paradis.C with gcc 5.2.0
The file VisItBridge/databases/paraDIS/paraDIS_lib/paradis.C will not compile with gcc 5.2.0 on Arch Linux

A typecast is necessary at line 765.

   vector<Arm*> armpair(2,(Arm*)NULL);

instead of
   vector<Arm*> armpair(2,NULL);
Hackathon-July-2016
Issue History
2015-12-06 07:43Martin BeaudoinNew Issue
2015-12-06 08:17Martin BeaudoinNote Added: 0035516
2015-12-06 08:37Martin BeaudoinNote Edited: 0035516bug_revision_view_page.php?bugnote_id=35516#r1415
2016-07-12 11:44Utkarsh AyachitTag Attached: Hackathon-July-2016
2016-07-13 16:49Andy BauerAssigned To => Andy Bauer
2016-07-13 17:05Andy BauerStatusbacklog => active development
2016-07-13 17:05Andy BauerResolutionopen => fixed
2016-08-12 09:59Kitware RobotNote Added: 0038946
2016-08-12 09:59Kitware RobotStatusactive development => closed
2016-08-12 09:59Kitware RobotResolutionfixed => moved

Notes
(0035516)
Martin Beaudoin   
2015-12-06 08:17   
(edited on: 2015-12-06 08:37)
Forgot to mention: the Arch Linux platform where the bug is occuring is 32-bit.

(0038946)
Kitware Robot   
2016-08-12 09:59   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.