tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
Functions
main.cpp File Reference
#include <QApplication>
#include "mainwindow.h"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])

Function Documentation

int main ( int  argc,
char *  argv[] 
)

This is tycho-GUI a user interface to make interaction with TYCHO easier. The UI can set up parameterfiles, save and open them for further editing and start a local simulation.

TYCHO is developed by Wolfgang Kapferer TYCHO's home is http://www.tycho-cfd.at/

This is version 0.3

Definition at line 14 of file main.cpp.

{
QApplication a(argc, argv);
w.show();
return a.exec();
}