1#ifndef R1D_GEOMETRY_MODE_H
2#define R1D_GEOMETRY_MODE_H
11#include <util/archives/serialize.h>
57 template <
class Archive>
58 void serialize(Archive& ar,
GeometryMode& mode,
const unsigned int version)
GeometryMode
Enumeration of geometrical modes for functions of one coordinate.
void serializeEnum(Archive &ar, T &data, const unsigned int version=0)
Serialize an enumeration value.
SCFT with real 1D fields.
PSCF package top-level namespace.
std::istream & operator>>(std::istream &in, Pair< Data > &pair)
Input a Pair from an istream.
std::ostream & operator<<(std::ostream &out, const Pair< Data > &pair)
Output a Pair to an ostream, without line breaks.