Minor changes to comments.
23 lines of code changed in 1 file:
Fixed error.
1 lines of code changed in 1 file:
Fixed error in autocorrelatedE. phi was not saved to lastphi in while loop.
3 lines of code changed in 1 file:
Changed phi = alpha*lastphi + sqrt(1._RP-alpha)*rnorm() into phi = alpha*lastphi + sqrt(1._RP-alpha**2._RP)*rnorm() as the old way of calculating phi did not give a standard normal distribution.
1 lines of code changed in 1 file:
Added new parameter SMR_coeff_weight used for calculations of SMR_coeff.
2 lines of code changed in 1 file:
Weight used for calculating SMR_coeff is now a parameter names SMR_coeff_weight.
1 lines of code changed in 1 file:
web: fif F8 link, even wider plots
9 lines of code changed in 1 file:
web: wider plots
7 lines of code changed in 1 file:
web: further minor
2 lines of code changed in 1 file:
web: make architecture go first on main page
3 lines of code changed in 2 files:
web: doi badge doesn't render
1 lines of code changed in 1 file:
web: small fix
18 lines of code changed in 1 file:
web: add results for R1
184 lines of code changed in 1 file:
doc: copy plots
8411 lines of code changed in 7 files:
doc: copy plots
1341 lines of code changed in 1 file:
doc: header fixed
13 lines of code changed in 1 file:
doc: minor correction results
22 lines of code changed in 2 files:
web: update hedtools downloads to latest 1.1 r7014
2 lines of code changed in 1 file:
doc: enable special magical section title 'References' that issued document build bug: requires explicit section template [sect1]
3 lines of code changed in 1 file:
doc: asciidoc version
186 lines of code changed in 1 file:
web: update repo addresess, add github
4 lines of code changed in 1 file:
doc: fix path in getting started
4 lines of code changed in 1 file:
doc: update repo addresses to point to open repos for R1
5 lines of code changed in 1 file:
web: rewrite
16 lines of code changed in 1 file:
web: small fix
3 lines of code changed in 1 file:
web: doi badge below
4 lines of code changed in 1 file:
web: fix format
12 lines of code changed in 1 file:
web: more description for R1
12 lines of code changed in 1 file:
web: added doi badge for R1
6 lines of code changed in 1 file:
doc: typo
1 lines of code changed in 1 file:
doc: added gpl v3
8 lines of code changed in 1 file:
doc: updated bitbucket and github repo addresses for R1
0 lines of code changed in 2 files:
web: add open repos at bitbucket and github
4 lines of code changed in 1 file:
doc: added ref to github repo mirror
0 lines of code changed in 2 files:
doc: spell
3 lines of code changed in 1 file:
doc: small changes
15 lines of code changed in 1 file:
doc: results plots 700 px width
49 lines of code changed in 7 files:
doc: results plots 500 px width
9744 lines of code changed in 8 files:
doc: name of reference model R1, added simulation results section
0 lines of code changed in 2 files:
doc: number figs
7 lines of code changed in 1 file:
doc: added brief results of a simulation for the reference model R1
2256 lines of code changed in 9 files:
backported r6987-6988: fixed broken tests after r6909, was double main due to double calling of $DRV
16 lines of code changed in 4 files:
minor, white space only
2 lines of code changed in 1 file:
fixed broken tests after r6909, was double main due to double calling of $DRV
4 lines of code changed in 1 file:
delete executable dependency from zipdata target to avoid rebuilding
5 lines of code changed in 5 files:
before major changes to shift all environment calculations into a subroutine
438 lines of code changed in 2 files:
Added break to do while loop in the autocorrelatedE() function, to avoid infinite loops when AutoCorr/alpha == 1.
4 lines of code changed in 1 file:
Minor update.
2 lines of code changed in 1 file:
Replaced calculations for initializing ValueOfE_real backward with autocorrelatedE() function where AutoCorr =1 so that lastE=E_real and lastphi=phi¸so therefor the ValueOfE for E_real is returned. See also comment for last change.
3 lines of code changed in 1 file:
Replaced the calculations for ValueOfE in backwards with the autocorrelatedE() function with AutoCorr=1. this means that lastE=E and lastphi=phi so the ValueOfE for E_cat is therefore returned from the function. This is done so that no calculations in the main code have to be changed if there are done any changes to the autocorrelatedE() function in the future.
4 lines of code changed in 1 file: