9 lines
111 B
C
9 lines
111 B
C
#ifndef DESCSS_Material_h
|
|
#define DESCSS_Material_h
|
|
|
|
#include "G4Material.hh"
|
|
|
|
void DefineMaterials();
|
|
|
|
#endif
|