#include "isim/various.h"
#include "maloc/maloc.h"
Go to the source code of this file.
Compounds | |
| struct | params |
| Class for input handling. More... | |
Defines | |
| #define | _PARAMS_H_ 1 |
| Environment variable for 'params.h'. | |
Typedefs | |
| typedef params | params |
Functions | |
| params * | params_ctor () |
| Constructor for the params object. More... | |
| void | params_dtor (params *thee) |
| Destructor for the params object. More... | |
| void | params_read (params *thee, char *inputpath) |
| Reads the input file "INPUT.IN" and assigns values to data members. More... | |
The file has no fundamental dependencies
* * ISIM (simulation of explicit ions in the GCE) * * * Dept. of Chemistry and Biochemistry * University of California, San Diego * * Additional contributing authors listed in the code documentation. * * Copyright (c) 1999-2002. The Regents of the University of California * (Regents). All Rights Reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for educational, research, and not-for-profit purposes, * without fee and without a signed licensing agreement, is hereby granted, * provided that the above copyright notice, this paragraph and the * following two paragraphs appear in all copies, modifications, and * distributions. * * IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, * SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF * REGENTS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF * ANY, PROVIDED HEREUNDER IS PROVIDED "AS IS". REGENTS HAS NO OBLIGATION * TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR * MODIFICATIONS. * *
1.2.14 written by Dimitri van Heesch,
© 1997-2002