Cadabra
Computer algebra system for field theory problems
InstallPrefix.hh
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include <string>
5 
6 namespace cadabra {
7 
14 
15  std::string install_prefix();
16 
18 
19 // const char *cmake_install_prefix();
20 
21  }
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83
std::string install_prefix()
Return an absolute path to the installation path.
Definition: InstallPrefix.cc:9