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

Return count

parent f925269e
No related branches found
No related tags found
No related merge requests found
Pipeline #37196 passed
Pipeline: Tadah.MLIP

#37197

    ...@@ -46,7 +46,7 @@ int StructureDB::add(const std::string fn, int first, int N) { ...@@ -46,7 +46,7 @@ int StructureDB::add(const std::string fn, int first, int N) {
    } }
    ifs.close(); ifs.close();
    return count; return --count;
    } }
    void StructureDB::add(const Structure &s) { void StructureDB::add(const Structure &s) {
    ......
    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