PSCF v1.2
MaskGenFilm.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 "MaskGenFilm.tpp"
9#include "Iterator.h"
10
11namespace Pscf {
12namespace Rpg {
13
14 // Class declarations
15 template class MaskGenFilm<1>;
16 template class MaskGenFilm<2>;
17 template class MaskGenFilm<3>;
18
19}
20}
PSCF package top-level namespace.
Definition param_pc.dox:1