This file contains hidden or 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
# | |
# ~/.ssh/config | |
# | |
# how to automate ssh logins | |
# this is my setup, obviously change your username and grads-XX | |
# I use | |
# ssh phy : for the main physics login server | |
# ssh ws : my workstation, while on campus |
This file contains hidden or 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
integer nbin_t,bindim=1000 | |
real*8 minbin_t,maxbin_t,dxbin_t,x_axis_observable,t_histo(1:bindim), | |
& t_dnsgrd(1:bindim),t_errgrd(1:bindim) | |
minbin_t=1 | |
maxbin_t=101 | |
nbin_t=50 | |
dxbin_t=(maxbin_t-minbin_t)/nbin_t |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder