View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015865ParaView(No Category)public2015-12-06 07:432016-08-12 09:59
ReporterMartin Beaudoin 
Assigned ToAndy Bauer 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version4.4 
Target VersionFixed in Version 
Summary0015865: Minor bug when compiling VisItBridge/databases/paraDIS/paraDIS_lib/paradis.C with gcc 5.2.0
DescriptionThe 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);
TagsHackathon-July-2016
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0035516)
Martin Beaudoin (reporter)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2015-12-06 07:43 Martin Beaudoin New Issue
2015-12-06 08:17 Martin Beaudoin Note Added: 0035516
2015-12-06 08:37 Martin Beaudoin Note Edited: 0035516
2016-07-12 11:44 Utkarsh Ayachit Tag Attached: Hackathon-July-2016
2016-07-13 16:49 Andy Bauer Assigned To => Andy Bauer
2016-07-13 17:05 Andy Bauer Status backlog => active development
2016-07-13 17:05 Andy Bauer Resolution open => fixed
2016-08-12 09:59 Kitware Robot Note Added: 0038946
2016-08-12 09:59 Kitware Robot Status active development => closed
2016-08-12 09:59 Kitware Robot Resolution fixed => moved


Copyright © 2000 - 2018 MantisBT Team