1#ifndef PRDC_FIELD_HEADER_TPP
2#define PRDC_FIELD_HEADER_TPP
11#include "fieldHeader.h"
13#include <util/format/Dbl.h>
14#include <util/format/Int.h>
29 std::string& groupName,
54 if (label ==
"group_name") {
72 std::string
const & groupName,
76 out <<
"format " <<
Int(ver1,3) <<
" " <<
Int(ver2,3) << std::endl;
77 out <<
"dim" << std::endl
78 <<
" " << D << std::endl;
85 if (groupName !=
"") {
86 out <<
"group_name" << std::endl
87 <<
" " << groupName << std::endl;
91 out <<
"N_monomer" << std::endl
92 <<
" " << nMonomer << std::endl;
Base template for UnitCell<D> classes, D=1, 2 or 3.
Wrapper for an int, for formatted ostream output.
#define UTIL_CHECK(condition)
Assertion macro suitable for serial or parallel production code.
void readUnitCellHeader(std::istream &in, UnitCell< D > &cell)
Read UnitCell<D> from a field file header (fortran PSCF format).
void writeFieldHeader(std::ostream &out, int ver1, int ver2, UnitCell< D > const &cell, std::string const &groupName, int nMonomer)
Write common part of field header (fortran PSCF format).
void writeUnitCellHeader(std::ostream &out, UnitCell< D > const &cell)
Write UnitCell<D> to a field file header (fortran PSCF format).
void readFieldHeader(std::istream &in, int &ver1, int &ver2, UnitCell< D > &cell, std::string &groupName, int &nMonomer)
Read common part of field header (fortran PSCF format).
PSCF package top-level namespace.
Utility classes for scientific computation.