Added mathmech

+ added files
* bug fix in mm_trj
This commit is contained in:
arcan1s
2013-08-07 23:30:56 +04:00
parent 9b4390f452
commit 3e5dc1ab07
28 changed files with 8129 additions and 1 deletions

20
mathmech/mathmech.pro Normal file
View File

@ -0,0 +1,20 @@
######################################################################
# Automatically generated by qmake (2.01a) ?? ??? 5 17:39:40 2013
######################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
# Input
HEADERS += mainwindow.h \
errorwindow.h \
clear_items.h \
start_events.h
FORMS += mainwindow.ui \
errorwindow.ui
SOURCES += main.cpp mainwindow.cpp \
errorwindow.cpp \
clear_items.cpp \
start_events.cpp