#include "geoslib_old_f.h"#include "Db/DbGrid.hpp"#include "Db/Db.hpp"#include "Mesh/MeshSpherical.hpp"#include "Model/Model.hpp"#include "Simulation/SimuSpherical.hpp"#include "Simulation/SimuSphericalParam.hpp"#include "Simulation/ACalcSimulation.hpp"#include "Basic/Law.hpp"#include "Basic/MathFunc.hpp"#include "Core/Keypair.hpp"#include <math.h>Macros | |
| #define | IPTR(ix, iy) ((iy) * nx + (ix)) |
| #define | DISCRET(idisc) (GV_PI * (0.5 + (idisc)) / ((double) ndisc)) |
| #define DISCRET | ( | idisc | ) | (GV_PI * (0.5 + (idisc)) / ((double) ndisc)) |
| #define IPTR | ( | ix, | |
| iy | |||
| ) | ((iy) * nx + (ix)) |