Ignore:
Timestamp:
Sep 21, 2018, 10:27:06 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Disable DQDT and remove y_max FOR GOOD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/cluster.c

    r561 r562  
    7272        cluster->x_size          = info->x_size;
    7373        cluster->y_size          = info->y_size;
    74     cluster->x_max           = info->x_max; // [FIXME]
    75         cluster->y_max           = info->y_max; // [FIXME]
    7674        cluster->io_cxy          = info->io_cxy;
    7775
     
    109107
    110108    // initialises DQDT
    111     cluster->dqdt_root_level = dqdt_init( info->x_max, // [FIXME]
    112                                           info->y_max, // [FIXME]
     109    cluster->dqdt_root_level = dqdt_init( info->x_size,
     110                                          info->y_size,
    113111                                          info->y_width ) - 1;
    114112
Note: See TracChangeset for help on using the changeset viewer.