PSCF
v1.2
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 Theory
6
*
7
* Copyright 2016 - 2022, 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
PSCF package top-level namespace.
Definition
param_pc.dox:1
Generated on Fri Mar 28 2025 00:57:27 for PSCF by
1.12.0