Skip to content
Snippets Groups Projects
Commit c4e4015d authored by Marcin Kirsz's avatar Marcin Kirsz
Browse files

Adding range of structures

parent b6cb06cf
No related branches found
No related tags found
No related merge requests found
Pipeline #37192 passed
Pipeline: Tadah.MLIP

#37193

    ......@@ -62,7 +62,11 @@ struct StructureDB {
    /** Add all structures from a file */
    void add(const std::string fn);
    /** Add N structures from a file begining from first. */
    /** Add N structures from a file begining from first index.
    *
    * Indexing starts from zero, i.e.
    * first=0 corresponds to the first structure in the file.
    */
    void add(const std::string fn, int first, int N);
    /** Add a single Structure object to this container */
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment