Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93511587
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
Fri, Nov 29, 08:40
Size
624 B
Mime Type
text/x-c
Expires
Sun, Dec 1, 08:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22651667
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