Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,758
    • Issues 1,758
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 68
    • Merge Requests 68
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #15348

Closed
Open
Opened Feb 26, 2015 by Kitware Robot@kwrobotOwner

error with the CGNSReader plugin

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


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.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
5.4 (ISC 2017)
Milestone
5.4 (ISC 2017) (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: paraview/paraview#15348