Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AmpXspeig refers to Lcount instead of L_count #3

Open
agryman opened this issue Apr 4, 2022 · 0 comments
Open

AmpXspeig refers to Lcount instead of L_count #3

agryman opened this issue Apr 4, 2022 · 0 comments

Comments

@agryman
Copy link
Owner

agryman commented Apr 4, 2022

The procedure starts as follows:

AmpXspeig:=proc(tran_op::list, eigen_bases::list,
  Xparams::list, Lvals::list)
      local i,j,LL,L_min,L_max,L_dims,L_ends,L_count,
            eigen_invs,tran_mat,block_tran_mat;

  L_count:=nops(Lvals);

  if Lcount=0 then return fi:   # nothing to do

Note that Lcount has not been defined, but L_count has been. Looks like a typo.

See

AmpXspeig:=proc(tran_op::list, eigen_bases::list,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant