PSCF v1.2
Polymer.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
8#include "Polymer.tpp"
9
10namespace Pscf {
11namespace Rpg {
12
13 using namespace Util;
14
15 // Explicit instantiation of relevant class instances
16 template class Polymer<1>;
17 template class Polymer<2>;
18 template class Polymer<3>;
19
20}
21}
PSCF package top-level namespace.
Definition param_pc.dox:1
Utility classes for scientific computation.