Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
LAMP
Commits
46c70e4c
Commit
46c70e4c
authored
Sep 04, 2018
by
Gonzalez, Miguel
Browse files
Remove forgotten stop
parent
c47fb5f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
lamp_mac/rdid.pro
View file @
46c70e4c
...
...
@@ -861,7 +861,6 @@ IF INST[0] EQ 'd11tof' THEN BEGIN & P=strpos(pthv,'tof') ;Historical
;
Compressed
or
not
!
;
---------
--
---
FIFI
=
FILENAME
&
fufu
=
strlowcase
(
FIFI
)
&
zipd
=
0
&
cprs
=
0
&
slashc
=
0
&
nxs
=
0
stop
IF
(
strpos
(
fufu
,
'.z'
)
gt
0
)
then
zipd
=
2
else
$
IF
(
strpos
(
fufu
,
'.gz'
)
gt
0
)
or
(
strpos
(
fufu
,
'.gzip'
)
gt
0
)
then
zipd
=
1
else
$
IF
(
strpos
(
fufu
,
'.nxs'
)
gt
0
)
then
nxs
=
1
$
...
...
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