~vbursian/research-assistant/trunk

« back to all changes in this revision

Viewing changes to RANet/GlobalTimeIntervals.h

  • Committer: Viktor Bursian
  • Date: 2020-07-16 22:38:41 UTC
  • mfrom: (9.25.2 DIST) (9.16.21 VB)
  • Revision ID: vik@pryanik-20200716223841-0gp0sf6m5imdjtb3
Tags: version_1.5.0
releasing version 1.5.0, closing v.1.4 development

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
////////////////////////////////////////////////////////////////////////////////
2
 
/*! @file GlobalTimeIntervals.h   .
3
 
- Part of RANet - Research Assistant Net Library (based on ANSI C++).
4
 
- Copyright(C) 2015, Viktor E. Bursian, St.Petersburg, Russia.
5
 
                     Viktor.Bursian@mail.ioffe.ru
6
 
*///////////////////////////////////////////////////////////////////////////////
7
 
#ifndef GlobalTimeIntervals_H
8
 
#define GlobalTimeIntervals_H
9
 
#include "General.h"
10
 
namespace RA {
11
 
//------------------------------------------------------------------------------
12
 
 
13
 
 
14
 
//------------------------------------------------------------------------------
15
 
} //namespace RA
16
 
#endif