Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
helix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Korpi-Lagg
helix
Commits
ecdeeb77
Commit
ecdeeb77
authored
1 year ago
by
Andreas Korpi-Lagg
Browse files
Options
Downloads
Patches
Plain Diff
added Titanium
parent
ca40f334
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
fortran/src/read_atom.f90
+2
-0
2 additions, 0 deletions
fortran/src/read_atom.f90
idlpro/read_atom.pro
+1
-0
1 addition, 0 deletions
idlpro/read_atom.pro
scripts/compile_mac
+2
-2
2 additions, 2 deletions
scripts/compile_mac
with
5 additions
and
2 deletions
fortran/src/read_atom.f90
+
2
−
0
View file @
ecdeeb77
...
...
@@ -226,6 +226,8 @@ subroutine read_atom(file,path,nline,verbose,use_pb,atom)
atom
(
nline
)
%
mass
=
58.693
case
(
'NA'
)
atom
(
nline
)
%
mass
=
22.
case
(
'TI'
)
atom
(
nline
)
%
mass
=
47.867
case
(
'SI'
)
atom
(
nline
)
%
mass
=
28.
case
(
'CA'
)
...
...
This diff is collapsed.
Click to expand it.
idlpro/read_atom.pro
+
1
−
0
View file @
ecdeeb77
...
...
@@ -165,6 +165,7 @@ function read_atom,file,path,nline,verbose,use_pb
end
'FE'
:
atom
(
nline
).
mass
=
55.845
'NI'
:
atom
(
nline
).
mass
=
58.693
'TI'
:
atom
(
nline
).
mass
=
47.867
'NA'
:
atom
(
nline
).
mass
=
22
.
'SI'
:
atom
(
nline
).
mass
=
28
.
'CA'
:
atom
(
nline
).
mass
=
40
.
...
...
This diff is collapsed.
Click to expand it.
scripts/compile_mac
+
2
−
2
View file @
ecdeeb77
...
...
@@ -7,10 +7,10 @@ autoconf
#FC=gfortran
FC
=
ifort
cfitsio
=
/usr/local
cfitsio
=
./cfitsio
#create ifort version with X11
./configure
FC
=
i
fort
--with-dislin
=
/usr/local/dislin
--with-cfitsio
=
$cfitsio
./configure
FC
=
g
fort
ran
--with-dislin
=
/usr/local/dislin
--with-cfitsio
=
$cfitsio
make clean all
install
[
$?
!=
0
]
&&
{
echo
"Compilation failed. Exit."
;
exit
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment