Moved ngmx to C++, renamed it to view.
[alexxy/gromacs.git] / src / programs / view / view.h
1 /*
2  *
3  *                This source code is part of
4  *
5  *                 G   R   O   M   A   C   S
6  *
7  *          GROningen MAchine for Chemical Simulations
8  *
9  * Written by David van der Spoel, Erik Lindahl, Berk Hess, and others.
10  * Copyright (c) 2013, The GROMACS development team,
11  * check out http://www.gromacs.org for more information.
12
13  * This program is free software; you can redistribute it and/or
14  * modify it under the terms of the GNU General Public License
15  * as published by the Free Software Foundation; either version 2
16  * of the License, or (at your option) any later version.
17  *
18  * If you want to redistribute modifications, please consider that
19  * scientific software is very special. Version control is crucial -
20  * bugs must be traceable. We will be happy to consider code for
21  * inclusion in the official distribution, but derived work must not
22  * be called official GROMACS. Details are found in the README & COPYING
23  * files - if they are missing, get the official version at www.gromacs.org.
24  *
25  * To help us fund GROMACS development, we humbly ask that you cite
26  * the papers on the package - you can find them in the top README file.
27  *
28  * For more info, check our website at http://www.gromacs.org
29  *
30  * And Hey:
31  * Gallium Rubidium Oxygen Manganese Argon Carbon Silicon
32  */
33
34 #ifndef _view_h
35 #define _view_h
36
37 int
38 gmx_view(int argc, char *argv[]);
39
40 #endif
41 /* _view_h */