PSCF v1.1
RFieldComparison.cu
1#define PSPG_R_FIELD_COMPARISON_CU
2
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 "RFieldComparison.tpp"
11
12namespace Pscf {
13namespace Pspg
14{
15
16 template class RFieldComparison<1>;
17 template class RFieldComparison<2>;
18 template class RFieldComparison<3>;
19
20} // namespace Pscf::Pspg
21} // namespace Pscf
C++ namespace for polymer self-consistent field theory (PSCF).