PSCF v1.2
SymmetryGroup.cpp
1/*
2* Simpatico - Simulation Package for Polymeric and Molecular Liquids
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 <prdc/crystal/SymmetryGroup.tpp>
9#include <prdc/crystal/SpaceSymmetry.tpp>
10
11namespace Pscf {
12namespace Prdc {
13
14 template class SymmetryGroup< SpaceSymmetry<1> >;
15 template class SymmetryGroup< SpaceSymmetry<2> >;
16 template class SymmetryGroup< SpaceSymmetry<3> >;
17
18}
19}
PSCF package top-level namespace.
Definition param_pc.dox:1