Skip to content

AmpXspeig refers to Lcount instead of L_count #3

@agryman

Description

@agryman

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions