summaryrefslogtreecommitdiff
path: root/omegalib/examples/c_code/PT-example.c
blob: c2560e7ae75763f0f650615f21ee13808fe1bf98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#if defined DONT_INCLUDE_TEMPLATE_CODE

/* DONT BOTHER COMPILING THIS FILE UNLESS WE ARE USING G++ >= 260
   AND  -fno-implicit-templates AND -DDONT_INCLUDE_TEMPLATE_CODE  */

#undef DONT_INCLUDE_TEMPLATE_CODE

#include <omega_calc/PT-omega.c>

// If we needed other templates, we would put them here

#endif