/tomo/pyhst

To get this branch, use:
bzr branch http://darksoft.org/webbzr/tomo/pyhst

« back to all changes in this revision

Viewing changes to hst_cpu/hst_cpu.c

  • Committer: Suren A. Chilingaryan
  • Date: 2011-02-09 16:46:23 UTC
  • Revision ID: csa@dside.dyndns.org-20110209164623-euzlyp4a6eh15iqg
Separate CPU code into the hst_cpu

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include "hst.h"
40
40
#include "hst_cpu.h"
41
41
 
 
42
#include "hst_reconstructor.h"
 
43
 
42
44
 
43
45
 
44
46
static HSTConstString hst_cpu_timers[] = { "complete", "initialization", "filtering", "backprojection", NULL };