#include "Integrator.h"
#include "RungeKutta.h"
#include "RungeKuttaAdaptive.h"
#include "Window.h"
#include "Message.h"
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | INTEGRATORS 2 |
Variablen | |
char | integratorName [2][20] = {"RungeKutta","RungeKuttaAdaptive"} |
|
Definiert in Zeile 21 der Datei Integrator.cpp. Wird benutzt von Integrator::getTypeCount(), Integrator::NumToType() und Integrator::TypeToInt(). |
|
Definiert in Zeile 24 der Datei Integrator.cpp. Wird benutzt von Integrator::NumToType() und Integrator::TypeToInt(). |