MantisBT - ParaView
View Issue Details
0015348ParaView(No Category)public2015-02-27 08:252016-08-12 09:59
xgarnaud 
Kitware Robot 
normalminorhave not tried
closedmoved 
4.3 
 
TBD
incorrect functionality
0015348: error with the CGNSReader plugin
I 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.
No tags attached.
Issue History
2015-02-27 08:25xgarnaudNew Issue
2016-08-12 09:59Kitware RobotNote Added: 0038782
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved
2016-08-12 09:59Kitware RobotAssigned To => Kitware Robot

Notes
(0038782)
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.