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
af07e304
Commit
af07e304
authored
4 years ago
by
Javier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small modification (juobs_const)
functions returns uwreal not a Vector{uwreal}
parent
d0791f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
constants/juobs_const.jl
constants/juobs_const.jl
+4
-4
No files found.
constants/juobs_const.jl
View file @
af07e304
...
...
@@ -37,7 +37,7 @@ const t0_ph = cobs(t0_ph_value, t0_ph_error .^ 2, "sqrt(8 t0) (fm)")
const
a_
=
t0_ph
./
sqrt
.
(
8
.*
t0_
)
const
M
=
cobs
(
M_values
,
C4
,
"charmed meson masses"
)
zm
(
beta
::
Float64
)
=
ZM
[
b_values
.==
beta
]
zm_tm
(
beta
::
Float64
)
=
ZM_tm
[
b_values
.==
beta
]
t0
(
beta
::
Float64
)
=
t0_
[
b_values2
.==
beta
]
a
(
beta
::
Float64
)
=
a_
[
b_values2
.==
beta
]
zm
(
beta
::
Float64
)
=
ZM
[
b_values
.==
beta
]
[
1
]
zm_tm
(
beta
::
Float64
)
=
ZM_tm
[
b_values
.==
beta
]
[
1
]
t0
(
beta
::
Float64
)
=
t0_
[
b_values2
.==
beta
]
[
1
]
a
(
beta
::
Float64
)
=
a_
[
b_values2
.==
beta
]
[
1
]
This diff is collapsed.
Click to expand it.
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