Created
September 29, 2015 09:10
-
-
Save gioAlea/06d6e71818ad83364d5a to your computer and use it in GitHub Desktop.
atcollab/ folder substituted and rinamed as at/ in the MML_Release/Release folder
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
>> atpath | |
/home/gcampogi/MML_Release/Release/at/atmat | |
/home/gcampogi/MML_Release/Release/at/atintegrators | |
>> atdiag | |
>> spear3; | |
>> plotbeta | |
AT was not installed correctly | |
>> atplot | |
Error using cat | |
Dimensions of matrices being concatenated are not consistent. | |
Error in atbaseplot (line 105) | |
ring=cat(1,ring0(1:el1-1),r2{:},ring0(el2:elt0)); | |
Error in atplot (line 76) | |
curve=atbaseplot(varargin{1:resarg-1},@ringplot,varargin(funcarg:end),... | |
>> plotfamily | |
ACCELERATOR_OBJECT is empty. Initialization is needed (aoinit). | |
Error using aoinit (line 18) | |
Not enough input arguments. | |
Error in checkforao (line 7) | |
aoinit; | |
Error in plotfamily_plotfamily_OpeningFcn (line 141) | |
checkforao; | |
Error in gui_mainfcn (line 220) | |
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:}); | |
Error in plotfamily (line 85) | |
gui_mainfcn(gui_State, varargin{:}); | |
>> spear3 | |
>> atplot | |
Error using cat | |
Dimensions of matrices being concatenated are not consistent. | |
Error in atbaseplot (line 105) | |
ring=cat(1,ring0(1:el1-1),r2{:},ring0(el2:elt0)); | |
Error in atplot (line 76) | |
curve=atbaseplot(varargin{1:resarg-1},@ringplot,varargin(funcarg:end),... | |
>> plotbeta | |
Error using atpass (line 28) | |
missing MEX file. | |
Error in linepass (line 94) | |
[Rout,lossinfo] = atpass(line,Rin,newlattice,1,refpts,prefunc,postfunc,nhist); | |
Error in findorbit4 (line 75) | |
RMATf = linepass(RING,RMATi,reuse{:}); | |
Error in findm44 (line 86) | |
R0 = [findorbit4(LATTICE,DP);DP;0]; | |
Error in twissring (line 111) | |
[M44, MS, orb] = findm44(RING,DP,REFPTS); | |
Error in plotbeta (line 19) | |
[TD, tune] = twissring(RING,0,1:(length(RING)+1)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment