Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
juobs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Javier Ugarrio
juobs
Commits
aac1c405
Commit
aac1c405
authored
Dec 04, 2020
by
Javier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renaming read_GHeader
parent
f8155fce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/juobs_reader.jl
src/juobs_reader.jl
+3
-3
No files found.
src/juobs_reader.jl
View file @
aac1c405
function
read_
global_h
eader
(
path
::
String
)
function
read_
GH
eader
(
path
::
String
)
data
=
open
(
path
,
"r"
)
g_header
=
zeros
(
Int32
,
4
)
read!
(
data
,
g_header
)
...
...
@@ -8,7 +8,7 @@ function read_global_header(path::String)
end
function
read_CHeader
(
path
::
String
;
legacy
::
Bool
=
false
)
gh
=
read_
global_h
eader
(
path
)
gh
=
read_
GH
eader
(
path
)
data
=
open
(
path
,
"r"
)
seek
(
data
,
gh
.
hsize
)
...
...
@@ -109,7 +109,7 @@ function read_mesons(path::String, g1::Union{String, Nothing}=nothing, g2::Union
end
data
=
open
(
path
,
"r"
)
g_header
=
read_
global_h
eader
(
path
)
g_header
=
read_
GH
eader
(
path
)
c_header
=
read_CHeader
(
path
,
legacy
=
legacy
)
ncorr
=
g_header
.
ncorr
...
...
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