Previous The source (asterics_alloc.cpp) |
Parent Creation of a HPC/Timer library |
Outline | Next The CMakeLists.txt |
1 2 3 4 5 6 7 |
#ifndef __ASTERICS_HPC_H__ #define __ASTERICS_HPC_H__ #include "timer.h" #include "asterics_alloc.h" #endif |
Previous The source (asterics_alloc.cpp) |
Parent Creation of a HPC/Timer library |
Outline | Next The CMakeLists.txt |