#include <QApplication>
#include "us_ga_init.h"
#include "us_select_runs.h"
#include "us_model_loader.h"
#include "us_license_t.h"
#include "us_license.h"
#include "us_settings.h"
#include "us_gui_settings.h"
#include "us_math2.h"
#include "us_matrix.h"
#include "us_constants.h"
#include "us_passwd.h"
#include "us_report.h"
#include "main1.inc"
Go to the source code of this file.
Functions | |
bool | distro_lessthan (const S_Solute &solu1, const S_Solute &solu2) |
Less-than function for sorting S_Solute values. More... | |
Variables | |
const double | epsilon = 0.0005 |
Less-than function for sorting S_Solute values.
Less-than function for sorting distributions.
Definition at line 33 of file us_ga_init.cpp.
const double epsilon = 0.0005 |
Definition at line 39 of file us_ga_init.cpp.