Skip to content

Commit

Permalink
Add rz var name processing to plotplus (also use openPMD) mode
Browse files Browse the repository at this point in the history
  • Loading branch information
guj committed Nov 2, 2023
1 parent 297f35e commit 56ac633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Diagnostics/FullDiagnostics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ FullDiagnostics::InitializeFieldFunctors (int lev)
{
#ifdef WARPX_DIM_RZ
// For RZ, with openPMD, we need a special initialization instead
if (m_format == "openpmd") {
if ( (m_format == "openpmd") || (m_format == "plotplus") ) {
InitializeFieldFunctorsRZopenPMD(lev);
return; // We skip the rest of this function
}
Expand Down

0 comments on commit 56ac633

Please sign in to comment.