cctw  0.2.1
Functions
cctwimporter.cpp File Reference
#include "cctwimporter.h"
#include "cctwapplication.h"
#include <QDir>
#include <QtConcurrentRun>
#include "qcepmutexlocker.h"
#include "cctwinputdatah5.h"
Include dependency graph for cctwimporter.cpp:

Go to the source code of this file.

Functions

static int randomIndex (int n)
 

Function Documentation

static int randomIndex ( int  n)
static

Definition at line 550 of file cctwimporter.cpp.

Referenced by CctwImporter::checkImportedDataApproximately().

551 {
552  return qrand()%n;
553 }