Files
geant4/source/analysis/g4tools/include/tools/sg/lpat
T
2016-06-10 14:11:04 +02:00

17 lines
221 B
Plaintext

// Copyright (C) 2010, Guy Barrand. All rights reserved.
// See the file tools.license for terms.
#ifndef tools_sg_lpat
#define tools_sg_lpat
namespace tools {
namespace sg {
typedef unsigned short lpat;
}}
#endif