Skip to content
Snippets Groups Projects
Commit 849a6341 authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Fix compilation error on HelloGeoReadG4 example

parent 064b5ec1
No related branches found
No related tags found
No related merge requests found
Pipeline #6778916 passed
......@@ -97,7 +97,7 @@ int main(int argc, char* argv[]) {
std::cout << "ReadGeoModel set.\n";
/* build the GeoModel geometry */
GeoPhysVol* world =
const GeoVPhysVol* world =
readInGeo.buildGeoModel(); // builds the whole GeoModel tree in memory
// and get an handle to the 'world' volume
std::cout << "ReadGeoModel::buildGeoModel() done.\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment