Skip to content

Commit

Permalink
tagged release of release 1.1.1
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh:https://phab.hepforge.org/source/hoppetsvn/tags/hoppet-1.1.1@158 27345fc9-8513-0410-81e8-f89a8c677c7e
  • Loading branch information
Gavin Salam committed Aug 4, 2008
2 parents 4365e03 + ad2410d commit 6e36adb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
2008-08-04 Gavin Salam <[email protected]>

* example_f90/sumrules.f90 (truncated_sum_rules):
removed extraneous writes

* tarit.sh:
eliminated problem with multiple versions of .tex file ending up
in tarball

* src/welcome_message.f90:
updated the version number to 1.1.1

Expand Down
2 changes: 1 addition & 1 deletion doc/HOPPET-v1-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
{\em Other programs called\/}: none \\[2mm]
{\em External files needed\/}: none \\[2mm]
{\em Number of bytes in distributed program, including test data
etc.\/}: $\sim 330$~kB\\[2mm]
etc.\/}: $\sim 350$~kB\\[2mm]
{\em Keywords\/}: unpolarised and longitudinally polarised parton
space-like distribution functions (PDFs), DGLAP evolution equations,
$x$--space solutions.
Expand Down
2 changes: 0 additions & 2 deletions example_f90/sumrules.f90
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,7 @@ subroutine truncated_sum_rules(gd,pdf_sr)
! given PDF representation
if(nf_rep == pdfr_Human) then
! PDF set in human representation -> Sum all pdfs
write(6,*) "I am here"
pdf_flav(:)=sum(pdf_sr(:,-6:6),dim=2)
write(6,*) "pdf_flav(20) = ", pdf_flav(20)
elseif(nf_rep.ge.0) then
! PDF in evln representation -> Singlet + Gluon
pdf_flav(:)=pdf_sr(:,0) + pdf_sr(:,1)
Expand Down
5 changes: 3 additions & 2 deletions tarit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ else

echo "Creating tmp-$tarname"
tar --exclude '.svn*' --exclude '*~' -zcf $tmptarname \
$dirhere/(src|example_f77|example_f90|benchmarking|benchmarking)/**/*.(f90|f|h|hh|alg|c|cc|C|tex|eps|cpp|gp) \
$dirhere/doc/*.(tex|eps|sty) \
$dirhere/(src|example_f77|example_f90|benchmarking|benchmarking)/**/*.(f90|f|h|hh|alg|c|cc|C|eps|cpp|gp) \
$dirhere/doc/HOPPET-v1-doc.tex \
$dirhere/doc/*.(eps|sty) \
$dirhere/(src|example_f77|example_f90|benchmarking)/**/Makefile \
$dirhere/**/(README|INSTALL|Doxyfile|NEWS|COPYING|mkmk) \
$dirhere/scripts/*[a-z] \
Expand Down

0 comments on commit 6e36adb

Please sign in to comment.