PSCF v1.2
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
11namespace Pscf{
12namespace 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 package top-level namespace.
Definition param_pc.dox:1