UltraScan III
Macros | Variables
dmga_worker.cpp File Reference
#include "us_mpi_analysis.h"
#include "us_lamm_astfvm.h"
#include "us_math2.h"
Include dependency graph for dmga_worker.cpp:

Go to the source code of this file.

Macros

#define ELAPSEDNOW   (elapsedd.msecsTo(QDateTime::currentDateTime()))
 
#define ELAPSEDSEC   (elapsedd.secsTo(QDateTime::currentDateTime()))
 
#define DbTimMsg(a)   DbTiming << my_rank << generation << ELAPSEDNOW << a;
 
#define DRTiming   DbTiming << my_rank
 
#define UPDATE_FIT
 
#define DL   1
 

Variables

QDateTime elapsedd = QDateTime::currentDateTime()
 

Macro Definition Documentation

#define DbTimMsg (   a)    DbTiming << my_rank << generation << ELAPSEDNOW << a;

Definition at line 8 of file dmga_worker.cpp.

#define DL   1

Definition at line 17 of file dmga_worker.cpp.

#define DRTiming   DbTiming << my_rank

Definition at line 9 of file dmga_worker.cpp.

#define ELAPSEDNOW   (elapsedd.msecsTo(QDateTime::currentDateTime()))

Definition at line 6 of file dmga_worker.cpp.

#define ELAPSEDSEC   (elapsedd.secsTo(QDateTime::currentDateTime()))

Definition at line 7 of file dmga_worker.cpp.

#define UPDATE_FIT

Definition at line 12 of file dmga_worker.cpp.

Variable Documentation

QDateTime elapsedd = QDateTime::currentDateTime()

Definition at line 5 of file dmga_worker.cpp.