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
831d3706
Commit
831d3706
authored
Sep 10, 2018
by
Gonzalez, Miguel
Browse files
Remove /READ option in Cosmos call to file_test to adapt it to new serdon (Issue 21)
parent
46c70e4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
lamp_mac/FIGARO/cosmos_analysis.pro
View file @
831d3706
...
...
@@ -3644,7 +3644,7 @@ pro cosmos_raw_read, files, monitors, counts, params, path, override, reflect=re
testfile
=
files
[
n_elements
(
files
)
-
1
]
testfile
=
string
(
testfile
,
FORMAT
=
"(I06)"
)
testfile
=
path
+
path_sep
()
+
strtrim
(
testfile
,
2
)
ok
=
file_test
(
testfile
,
/
read
)
ok
=
file_test
(
testfile
)
if
ok
then
begin
...
...
lamp_mac/FIGARO/cosmos_globals.pro
View file @
831d3706
...
...
@@ -339,10 +339,15 @@ pro cosmos_globals
c_results
=
{}
cosmos_version
=
'3.3.
9
'
cosmos_version
=
'3.3.
10
'
cosmos_help_message
=
[
$
''
,
$
'COSMOS V. 3.3.10'
,
$
'10 September 2018'
,
$
'Removed /READ option in call to file_test, as this test fails now with the new serdon.'
,
$
''
,
$
''
,
$
'COSMOS V. 3.3.9'
,
$
'27 June 2018'
,
$
'Includes changes done by Thomas Saerbeck (indicated by TS 2018-06-04 comments).'
,
$
...
...
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