Skip to content

LAcat Error #19

@gwlee

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

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