VGM Version 5.3
Loading...
Searching...
No Matches
utilities.h
Go to the documentation of this file.
1// $Id$
2
3// -----------------------------------------------------------------------
4// The BaseVGM 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//
19
20#ifndef BASE_VGM_UTILITIES_H
21#define BASE_VGM_UTILITIES_H
22
23namespace BaseVGM {
24
26void DebugInfo();
27
29double Round(double x);
30} // namespace BaseVGM
31
32#endif // BASE_VGM_UTILITIES_H
BaseVGM utilities.
Definition utilities.h:23
void DebugInfo()
Debug printing.
Definition utilities.cxx:27
double Round(double x)
Round number.
Definition utilities.cxx:34