Skip to content

LAcat Error #19

Description

@gwlee

"No # -sign in source name" error occurred.

$(NAME).las: HPCcommands.txt
        /bin/bash $^
        LAcat $(NAME) > $@
        rm $(NAME).*.las

I think the input method has changed in LAcat.
I corrected the problem by correcting the LAcat sentence.

$(NAME).las: HPCcommands.txt
        /bin/bash $^
        LAcat $(NAME).#.las > $@
        rm $(NAME).*.las

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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