View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015348ParaView(No Category)public2015-02-27 08:252016-08-12 09:59
Reporterxgarnaud 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version4.3 
Target VersionFixed in Version 
Summary0015348: error with the CGNSReader plugin
DescriptionI try to use Paraview 4.3 with the CGNSReader plugin
The build process ends without error, the plugin loads but only the geometry is correctly loaded from the files.

With the following changes
< if (strcmp(location.c_str(), "Vertex") == 0)
---
> if (location == "Vertex")
441c440
< else if (strcmp(location.c_str(), "CellCenter") == 0)
---
> else if (location == "CellCenter")

in Plugins/CGNSReader/cgio_helpers.cxx, and everything works fine.
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0038782)
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-02-27 08:25 xgarnaud New Issue
2016-08-12 09:59 Kitware Robot Note Added: 0038782
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved
2016-08-12 09:59 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team