view segmentino/build/linux/amd64/atlas/atlas_trsmNB.h @ 48:69251e11a913

Rename SongParts/songpartitioner to Segmentino throughout
author Chris Cannam
date Thu, 13 Jun 2013 09:43:01 +0100
parents songparts/build/linux/amd64/atlas/atlas_trsmNB.h@f44aa6d29642
children
line wrap: on
line source
#ifndef ATLAS_TRSMNB_H
   #define ATLAS_TRSMNB_H

   #ifdef SREAL
      #define TRSM_NB 60
   #elif defined(DREAL)
      #define TRSM_NB 12
   #else
      #define TRSM_NB 4
   #endif

#endif