Skip to content
Snippets Groups Projects
Commit a77d3d9c authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi ☀️
Browse files

Fix a broken link

parent ce82bcf6
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ GeoSerialTransformer *st=new GeoSerialTransformer(pV, &xf, N);
world->add(st);
```
The file `AbsFunction.hh`, from `GeoModel/GeoModelCore/GeoGenericFunctions`---which has been adapted from the [CLHEP](proj-clhep.web.cern.ch) package---, defines the interface to `GENFUNCTIONS` and must be included. In addition, if specific functions such as trig functions, higher transcendental functions or physics-specific functions are required, header files for these function-objects should be included from the same area.
The file `AbsFunction.hh`, from `GeoModel/GeoModelCore/GeoGenericFunctions`---which has been adapted from the [CLHEP](https://proj-clhep.web.cern.ch) package---, defines the interface to `GENFUNCTIONS` and must be included. In addition, if specific functions such as trig functions, higher transcendental functions or physics-specific functions are required, header files for these function-objects should be included from the same area.
The headers `GeoXF.h` and `GeoSerialTransformer.h` are needed for the classes `TRANSFUNCTION` and `GeoSerialTransformer`, respectively.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment