diff example/fft/gpu/spinFact.h @ 1731:dc7dd1eaf6de draft

add file
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Thu, 31 Oct 2013 21:07:30 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example/fft/gpu/spinFact.h	Thu Oct 31 21:07:30 2013 +0900
@@ -0,0 +1,8 @@
+#ifndef INCLUDED_TASK_SPINFACT
+#define INCLUDED_TASK_SPINFACT
+
+#ifndef INCLUDED_SCHED_TASK
+#include "SchedTask.h"
+#endif
+
+#endif