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
65fae439
Commit
65fae439
authored
Jan 04, 2019
by
Johan Richard
Browse files
Corrected para.out output for psf and handle of Sersic in shapemodel
parent
ec6ca172
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/f_shape.c
View file @
65fae439
...
...
@@ -125,6 +125,7 @@ void f_shape( long int *istart,
&
liste
[
i
].
z
,
&
liste
[
i
].
mag
,
&
liste
[
i
].
var1
,
&
liste
[
i
].
var2
,
&
dummy
);
if
(
n_scan
!=
10
)
e_scan
=
1
;
liste
[
i
].
type
=
4
;
}
else
{
...
...
src/r_observ.c
View file @
65fae439
...
...
@@ -90,6 +90,7 @@ void r_observ(FILE *IN, FILE *OUT)
{
sscanf
(
third
,
"%d%s"
,
&
O
.
setseeing
,
O
.
psffile
);
if
(
O
.
setseeing
)
{
O
.
setseeing
=
3
;}
fprintf
(
OUT
,
"
\t
%s
\t\t
%d %s
\n
"
,
second
,
O
.
setseeing
,
O
.
psffile
);
}
else
if
(
!
strcmp
(
second
,
"rbfsig"
))
{
...
...
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