Files
geant4/source/externals/g4tools/include/tools/cid
T
2021-06-25 16:12:29 +02:00

14 lines
194 B
Plaintext

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