![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include "../classes.h"
Go to the source code of this file.
Macros | |
#define | IJ(i, j, l) ((j&l) ? ((i&l) ? 3:2 ) :((i&l) ? 1:0 )) |
#define IJ | ( | i, | |
j, | |||
l | |||
) | ((j&l) ? ((i&l) ? 3:2 ) :((i&l) ? 1:0 )) |
Definition at line 79 of file Quadtree.cpp.