Skip to content

Commit

Permalink
Add forgotten data to pup
Browse files Browse the repository at this point in the history
Unfortunately, this still does not fix migrating overset asynclogic tests.
  • Loading branch information
jbakosi committed Jan 9, 2024
1 parent 9cc490f commit 3d5a030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Inciter/Discretization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ class Discretization : public CBase_Discretization {
//! \param[in,out] p Charm++'s PUP::er serializer object reference
void pup( PUP::er &p ) override {
p | m_meshid;
p | m_holcont;
p | m_transfer_complete;
p | m_transfer;
p | m_mytransfer;
Expand Down Expand Up @@ -505,6 +506,7 @@ class Discretization : public CBase_Discretization {
p | m_bface;
p | m_triinpoel;
p | m_elemblockid;
p | m_hol;
}
//! \brief Pack/Unpack serialize operator|
//! \param[in,out] p Charm++'s PUP::er serializer object reference
Expand Down

0 comments on commit 3d5a030

Please sign in to comment.