PSCF v1.2
rpc/fts/trajectory/TrajectoryReader.tpp
1#ifndef RPC_TRAJECTORY_READER_TPP
2#define RPC_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 Rpc
14{
15
16 /*
17 * Constructor.
18 */
19 template <int D>
21 : systemPtr_(&system)
22 {}
23
24
25
26}
27}
28#endif
Main class for SCFT or PS-FTS simulation of one system.
Definition rpc/System.h:100
TrajectoryReader(System< D > &system)
Constructor.
PSCF package top-level namespace.
Definition param_pc.dox:1