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

Return number of atoms in a structure

parent da3e21b0
No related branches found
No related tags found
No related merge requests found
Pipeline #37212 passed
Pipeline: Tadah.MLIP

#37214

    ......@@ -196,7 +196,6 @@ int Structure::next_structure(std::ifstream &ifs) {
    std::getline(ifs,line);
    if(line.empty()) return 0;
    std::getline(ifs,line);
    std::getline(ifs,line);
    // the second line could be energy or
    // a scalling factors eweight fweight sweight
    ......
    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