Skip to content

Commit

Permalink
Add algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed May 29, 2024
1 parent 21efce3 commit ef9b607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/dependencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ ARB_WITH_MPI,MPI,,Many MPI implementations are supported.,
html, .. literalinclude:: ../requirements.txt,,See ``doc/requirements.txt``,
unit,googletest,1.12.1,submodule ``ext/gtest.*``,
bench,Google-benchmark,,submodule ``ext/google-benchmark``,
--,json,3.11.2,submodule ``ext/json``,
--,pugi,1.13,submodule ``ext/pugixml``,
--,json,3.11.3,submodule ``ext/json``,
--,pugi,1.14,submodule ``ext/pugixml``,
--,random123,1.14.0,submodule ``ext/random123``,
--,fmt,10.0.0,submodule ``ext/fmt``,
--,fmt,10.2.1,submodule ``ext/fmt``,
--,tinyopt,,source copy ``ext/tinyopt``,
--,units,0.9.1,submodule ``ext/units``,
ARB_WITH_PYTHON,pybind11,2.10.1,submodule ``ext/pybind11``,
ARB_WITH_PYTHON,Python,3.9,Python compatiblity is the range between the latest officially released point version and the minimum here specified.,"* it is not more advanced than the version specified by NEP 29."
1 change: 1 addition & 0 deletions test/unit/test_label_resolution.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <gtest/gtest.h>

#include <algorithm>
#include <vector>

#include <arbor/arbexcept.hpp>
Expand Down

0 comments on commit ef9b607

Please sign in to comment.