diff --git a/CMakeLists.txt b/CMakeLists.txt index ae4b31b29..c8d1ed11d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ enable_testing() add_subdirectory(tests) # define target library -set(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/lib) +set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib) add_library(apfelxx SHARED ${source_files}) diff --git a/docs/html/README_8md.html b/docs/html/README_8md.html index fb667b757..888a20a1f 100644 --- a/docs/html/README_8md.html +++ b/docs/html/README_8md.html @@ -3,7 +3,7 @@
- ++ |
+ APFEL
+ 4.4.0
+
+ A PDF evolution library in C++
+ |
+
This is the complete list of members for apfel::OperatorGPD, including all inherited members.
+_grid | apfel::Operator | protected |
_Operator | apfel::Operator | protected |
GetGrid() const | apfel::Operator | inline |
GetOperator() const | apfel::Operator | inline |
Operator()=delete | apfel::Operator | |
Operator(Grid const &gr) | apfel::Operator | |
Operator(Grid const &gr, Expression const &expr, double const &eps=1e-5) | apfel::Operator | |
operator*=(Distribution const &d) const | apfel::Operator | |
operator*=(Operator const &o) | apfel::Operator | |
operator*=(double const &s) | apfel::Operator | |
operator*=(std::function< double(double const &)> f) | apfel::Operator | |
operator+=(Operator const &o) | apfel::Operator | |
operator-=(Operator const &o) | apfel::Operator | |
operator/=(double const &s) | apfel::Operator | |
operator=(Operator const &o) | apfel::Operator | |
OperatorGPD(Grid const &gr, Expression const &expr, double const &eps=1e-5) | apfel::OperatorGPD | |
~Operator() | apfel::Operator | inlinevirtual |