Skip to content

Commit

Permalink
Typo fix (#2)
Browse files Browse the repository at this point in the history
added in forgotten '../' for some files
  • Loading branch information
listoel authored Nov 21, 2016
1 parent f4f991b commit 1b76e31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/matchtune.cmdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
! column=name,s,betx,alfx,x,dx,dpx,bety,alfy;

!TWISS, DELTAP=0.0;
!write, table=twiss, file="out/twiss_before.prt";
!write, table=twiss, file="../out/twiss_before.prt";



Expand All @@ -34,7 +34,7 @@ Endmatch;

select, flag=twiss, clear;
select, flag=twiss, column=name,s,l,x,betx,dx,aper_1,y,bety,dy,aper_2, alfx, alfy;
twiss, sequence=sps, file="out/twiss_ideal_se.tfs", save;
twiss, sequence=sps, file="../out/twiss_ideal_se.tfs", save;

value, KQD, KQF1, KQF2;

Expand Down
2 changes: 1 addition & 1 deletion madx/general_se.madx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ call, file = '/afs/cern.ch/eng/sps/2014/beams/cngs_extraction.beamx';
!--------------------------------------------------------------------------
! aperture of individual elements
!--------------------------------------------------------------------------
call, file = 'aperture/aperturedb_3.dbx';
call, file = '../aperture/aperturedb_3.dbx';


!--------------------------------------------------------------------------
Expand Down

0 comments on commit 1b76e31

Please sign in to comment.