Remove g_highway and vbox.c.
[alexxy/gromacs.git] / src / programs / main.cpp
1 /*
2  *                This source code is part of
3  *
4  *                 G   R   O   M   A   C   S
5  *
6  * Copyright (c) 2001-2012, The GROMACS Development Team
7  *
8  * Gromacs is a library for molecular simulation and trajectory analysis,
9  * written by Erik Lindahl, David van der Spoel, Berk Hess, and others - for
10  * a full list of developers and information, check out http://www.gromacs.org
11  *
12  * This program is free software; you can redistribute it and/or modify it under
13  * the terms of the GNU Lesser General Public License as published by the Free
14  * Software Foundation; either version 2 of the License, or (at your option) any
15  * later version.
16  *
17  * To help fund GROMACS development, we humbly ask that you cite
18  * the papers people have written on it - you can find them on the website.
19  */
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 int cmain(int argc, char *argv[]);
24 #ifdef __cplusplus
25 }
26 #endif
27 int main(int argc, char *argv[])
28 {
29     return cmain(argc, argv);
30 }