Skip to content

Commit

Permalink
correcting LoopTools name
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Oct 2, 2017
1 parent a8c7ddc commit bf683da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Requirements

Optional:

* Looptools (version 2.8 or higher) http://www.feynarts.de/looptools/
* LoopTools (version 2.8 or higher) http://www.feynarts.de/looptools/


Installation of SARAH
Expand Down Expand Up @@ -293,23 +293,23 @@ the options
must be used to set LDFLAGS and LDLIBS.


Looptools
LoopTools
=========

It is possible to use Looptools (http://www.feynarts.de/looptools/)
It is possible to use LoopTools (http://www.feynarts.de/looptools/)
for calculating the loop functions, instead of using SOFTSUSY's loop
functions. To enable Looptools configure FlexibleSUSY via
functions. To enable LoopTools configure FlexibleSUSY via

$ ./configure --enable-looptools

To use the Looptools library and header files from a specific
To use the LoopTools library and header files from a specific
directory configure via

$ ./configure --enable-looptools \
--with-looptools-incdir="/path/to/looptools/build/" \
--with-looptools-libdir="/path/to/looptools/build/"

Note: Looptools 2.8 or higher is required.
Note: LoopTools 2.8 or higher is required.


Plotting the mass spectrum and RG running
Expand Down
12 changes: 6 additions & 6 deletions doc/building.dox
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

Optional:

- Looptools (version 2.8 or higher) http://www.feynarts.de/looptools/
- LoopTools (version 2.8 or higher) http://www.feynarts.de/looptools/

\subsection generation Generating a spectrum generator

Expand Down Expand Up @@ -274,20 +274,20 @@ remove model-specific files:
make clean-<model>-src # deletes generated files


\section looptools Looptools
\section looptools LoopTools

It is possible to use Looptools (http://www.feynarts.de/looptools/)
It is possible to use LoopTools (http://www.feynarts.de/looptools/)
for calculating the loop functions, instead of using Softsusy's loop
functions. To enable Looptools configure via
functions. To enable LoopTools configure via

./configure --enable-looptools

To use the Looptools library and header files from a specific
To use the LoopTools library and header files from a specific
directory configure via

./configure --enable-looptools --with-looptools-incdir="/path/to/looptools/build/" --with-looptools-libdir="/path/to/looptools/build/"

Note: Looptools 2.8 or higher is required. Versions <= 2.7 will fail
Note: LoopTools 2.8 or higher is required. Versions <= 2.7 will fail
to build with the following compiler error message (or similar):

In file included from models/MSSM/MSSM_two_scale_model.cpp:28:0:
Expand Down
2 changes: 1 addition & 1 deletion doc/flexiblesusy-1.0.tex
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ \subsection{Requirements}
Optional:
%
\begin{itemize}
\item Looptools, version 2.8 or higher
\item LoopTools, version 2.8 or higher
\url{http://www.feynarts.de/looptools}
\end{itemize}

Expand Down

0 comments on commit bf683da

Please sign in to comment.