Define a hash function for PostprocessorName<hash function> #30061
Unanswered
SY1104
asked this question in
Q&A Getting Started
Replies: 1 comment
-
|
Hello PostprocessorName is defined in the MooseTypes.h header. Can you paste the system diagnostics obtained with script/diagnostics.sh ? Maybe your compiler isnt a supported version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Check these boxes if you have followed the posting rules.
Issue or question about MOOSE
Hello! I encountered the following error while trying to compile my app:
I think it's better not to modify the files in Miniforge, so I started modifying the code in my own files (/home/sy/projects/1/cat/moose/framework/build/header_symlinks/Postprocessor.h)
During my compilation process, I assumed that there was a member variable named 'name' in the PostprocessorName class,which proved not to exit in the class sadly. I searched all the files but couldn't find the definition of the PostprocessorName class. However, when I customized the PostprocessorName class, I would receive an error stating the redefinition of 'class PostprocessorName'.
May I ask if you can provide a definition for PostprocessorName? Or suggest how I modify my Postprocessor.h file to solve this hashing problem?
Thanks a lot!!! Yours,sincerely.
(Optional) code in question / simulation log / errors
No response
Encountering Errors? Please include diagnostic output
No response
Beta Was this translation helpful? Give feedback.
All reactions