PSCF v1.2
rpg/fts/trajectory/TrajectoryReader.tpp
1#ifndef RPG_TRAJECTORY_READER_TPP
2#define RPG_TRAJECTORY_READER_TPP
3/*
4* PSCF - Polymer Self-Consistent Field Theory
5*
6* Copyright 2016 - 2022, The Regents of the University of Minnesota
7* Distributed under the terms of the GNU General Public License.
8*/
9
10#include "TrajectoryReader.h"
11
12namespace Pscf {
13namespace Rpg
14{
15
16 using namespace Util;
17
18 /*
19 * Constructor.
20 */
21 template <int D>
23 : systemPtr_(&system)
24 {}
25
26}
27}
28#endif
Main class for calculations that represent one system.
Definition rpg/System.h:107
TrajectoryReader(System< D > &system)
Constructor.
PSCF package top-level namespace.
Definition param_pc.dox:1
Utility classes for scientific computation.