Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
InstallPrefix.hh
Go to the documentation of this file.
1
2#pragma once
3
4#include <string>
5
6namespace cadabra {
7
12
13 std::string install_prefix();
14
16
17 const char *cmake_install_prefix();
18
19 }
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
const char * cmake_install_prefix()
Just get a constant char array with the install prefix.
Definition InstallPrefix.cc:33