PSCF
v1.3
src
prdc
crystal
getDimension.h
1
#ifndef PRDC_GET_DIMENSION_H
2
#define PRDC_GET_DIMENSION_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
namespace
Pscf
{
12
namespace
Prdc
{
13
14
/*
15
* Get dimension of space from command line options.
16
*
17
* \param argc number of command line arguments
18
* \param argv vector of pointers to command line arguments
19
* \return integer dimension of space
20
*/
21
int
getDimension(
int
argc,
char
**argv);
22
23
}
24
}
25
#endif
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