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