VGM Version 5.3
Loading...
Searching...
No Matches
TwoVector.h
Go to the documentation of this file.
1// $Id$
2
3// -----------------------------------------------------------------------
4// The VGM package of the Virtual Geometry Model
5// Copyright (C) 2007, Ivana Hrivnacova
6// All rights reserved.
7//
8// For the licensing terms see vgm/LICENSE.
9// Contact: ivana@ipno.in2p3.fr
10// -----------------------------------------------------------------------
11
13//
20
21#ifndef VGM_TWO_VECTOR_H
22#define VGM_TWO_VECTOR_H
23
24#include <utility>
25
26namespace VGM {
27
28typedef std::pair<double, double> TwoVector;
29
30}
31
32#endif // VGM_TWO_VECTOR_H
VGM interfaces.
Definition VMedium.h:28
std::pair< double, double > TwoVector
Definition TwoVector.h:28