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