PPL
1.2
|
#include "ppl-config.h"
#include "Grid_defs.hh"
#include "Grid_Generator_defs.hh"
#include "Scalar_Products_defs.hh"
#include "Scalar_Products_inlines.hh"
#include "assertions.hh"
#include <string>
#include <iostream>
#include <sstream>
#include <stdexcept>
Go to the source code of this file.
Macros | |
#define | BE_LAZY 1 |
Controls the laziness level of the implementation. More... | |
#define BE_LAZY 1 |
Controls the laziness level of the implementation.
Temporarily used in a few of the function implementations to switch to an even more lazy algorithm. To be removed as soon as we collect enough information to decide which is the better implementation alternative.
Definition at line 47 of file Grid_nonpublic.cc.