12 lines
122 B
C++
12 lines
122 B
C++
#ifndef __AMSCUGEOM_HPP__
|
|
#define __AMSCUGEOM_HPP__
|
|
|
|
namespace amscuda
|
|
{
|
|
|
|
|
|
}; //end namespace amscuda
|
|
|
|
#endif
|
|
|