-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix when pos in ctrl and rst are different--- call m_hamindex_init
temp temp temp si_gwsc ok temp si_gwsc ok temp si_gwsc ok si_gwsc ok
- Loading branch information
Showing
25 changed files
with
2,798 additions
and
2,907 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set datafile fortran | ||
set xrange [0:20] | ||
plot "EPS0001.nlfc.dat" u ($4*13.605):($6) lt 1 pt 1 w lp, | ||
set xrange [0:120] | ||
set yran[0:1] | ||
plot "EPS0001.nlfc.dat.interbandonly" u ($4*13.605):($6) lt 1 pt 1 w lp,\ | ||
"EPS0002.nlfc.dat.interbandonly" u ($4*13.605):($6) lt 2 w l,\ | ||
"EPS0003.nlfc.dat.interbandonly" u ($4*13.605):($6) lt 3 w l,\ | ||
"EPS0004.nlfc.dat.interbandonly" u ($4*13.605):($6) lt 4 w l |
Oops, something went wrong.