Lagrangian Liquid Simulation
Master Thesis project on simulation of liquids using Lagrangian approach and SPH
src/main.cpp File Reference
#include <QtGui/QApplication>
#include "MainApp.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 4 of file main.cpp.

{
    // make an instance of the QApplication
    QApplication a(argc, argv);

    // Create a new MainWindow
    MainApp app;

    // show it
    app.show();

    // hand control over to Qt framework
    return a.exec();
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator