Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions structures/TipsyReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ class TipsyWriter {
#include "pup.h"
#include "charm++.h"

PUPbytes(Tipsy::header);
/* Having trouble using this in a parameter marshalling context in a
.ci file. PUPbytes appears to work.

inline void operator|(PUP::er& p, Tipsy::header& h) {
p | h.time;
p | h.nbodies;
Expand All @@ -356,6 +360,7 @@ inline void operator|(PUP::er& p, Tipsy::header& h) {
p | h.ndark;
p | h.nstar;
}
*/

class CkOStream;

Expand Down