Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lenstool
Lenstool
Commits
b5cf3051
Commit
b5cf3051
authored
Jul 09, 2019
by
Johan Richard
Browse files
Corrected default dimensions in .h
parent
30c43d0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/dimension.h
View file @
b5cf3051
...
...
@@ -5,27 +5,27 @@
#ifndef DIMENSION_H
#define DIMENSION_H
#define NGGMAX
128
/* maximum grid points in the I->S mapping */
#define NAMAX 2
4
00
/* maximum number of arclets */
#define NGGMAX
2000
/* maximum grid points in the I->S mapping */
#define NAMAX 200
000
/* maximum number of arclets */
#define NASMAX 1000
/* maximum number of arclets for study*/
#define IDSIZE 10
/* size in characters of the id of clumps and images*/
#define ZMBOUND 10
/* maximum number of redshift bounded families*/
#define NGMAX
4
00 // maximum number of point with the grille command
#define NMAX
5
000 // maximum number of segments for the critical lines
#define NGMAX
5
00
// maximum number of point with the grille command
#define NMAX
200
000 // maximum number of segments for the critical lines
#define NPMAX 5000
#define NPZMAX 9
/* maximum number of critical lines in g_cline struct*/
#define NLMAX 4000 // maximum number of clumps in the lens[] array
#define NIMAX
50
/* maximum images per family */
#define NFMAX
908
/* maximum number of families */
#define NLMAX 4000
// maximum number of clumps in the lens[] array
#define NIMAX
8
/* maximum images per family */
#define NFMAX
50000
/* maximum number of families */
#define NPAMAX 35 // number of free parameters (see #define in structure.h)
#define NTMAX 1024
#define NPOINT 10
24
/* Number of contour points in cleanlens mode*/
#define NPOINT 10
0000
/* Number of contour points in cleanlens mode*/
#define NPARMAX 50
#define NMCMAX
5
00
#define NMCMAX
6
00
#define NSRCFIT 30 // Number of points for source plane fitting
#define NPOTFILE 6 // Maximum number of potfiles
#define ARRAY_SIZE
2
00000
#define ARRAY_SIZE
5
00000
/* zero pour les calculs de dichotomie, amplification infinie, pente nulle */
#define PREC_ZERO .00001
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment