PSCF v1.2
SimState.cu
1#ifndef RPG_SIM_STATE_CU
2#define RPG_SIM_STATE_CU
3
4/*
5* PSCF - Polymer Self-Consistent Field Theory
6*
7* Copyright 2016 - 2022, The Regents of the University of Minnesota
8* Distributed under the terms of the GNU General Public License.
9*/
10
11#include "SimState.tpp"
12
13namespace Pscf {
14namespace Rpg {
15
16 template struct SimState<1>;
17 template struct SimState<2>;
18 template struct SimState<3>;
19
20}
21}
22#endif
PSCF package top-level namespace.
Definition param_pc.dox:1