PSCF
v1.3
src
prdc
crystal
groupFile.h
1
#ifndef PRDC_GROUP_FILE_H
2
#define PRDC_GROUP_FILE_H
3
4
/*
5
* PSCF - Polymer Self-Consistent Field
6
*
7
* Copyright 2015 - 2025, The Regents of the University of Minnesota
8
* Distributed under the terms of the GNU General Public License.
9
*/
10
11
#include <string>
12
13
namespace
Pscf
{
14
namespace
Prdc
{
15
23
std::string
makeGroupFileName
(
int
D, std::string groupName);
24
25
26
}
// namespace Prdc
27
}
// namespace Pscf
28
#endif
Pscf::Prdc::makeGroupFileName
std::string makeGroupFileName(int D, std::string groupName)
Generates the file name from a group name.
Definition
groupFile.cpp:26
Pscf::Prdc
Periodic fields and crystallography.
Definition
CField.cpp:11
Pscf
PSCF package top-level namespace.
Definition
param_pc.dox:1
Generated on
for PSCF by
1.14.0