Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93041874
grille.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 25, 18:38
Size
624 B
Mime Type
text/x-c
Expires
Wed, Nov 27, 18:38 (2 d)
Engine
blob
Format
Raw Data
Handle
22548516
Attached To
R1448 Lenstool-HPC
grille.h
View Options
#ifndef GRILLE_H
#define GRILLE_H
#include "wcs.h"
/*
* grille.h
* kneib jean-paul
* septembre 94
* IoA cambridge
* lens tool V2
*/
/*
* useful header
*/
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
/*
* useful function definition
*/
#define Min(A,B) ((A)<(B)?(A):(B))
#define Max(A,B) ((A)>(B)?(A):(B))
#define FPRINTF if (M.verbose > 0) fprintf
#define NPRINTF if (M.verbose == 1) fprintf
/*
* dimension header
*/
#include "dimension.h"
/*
* constants header
*/
#include "constant.h"
/*
* structures header
*/
#include "structure.h"
#endif
// if GRILLE_H
Event Timeline
Log In to Comment