diff --git a/projects/README.md b/projects/README.md index fcfcb2674..620fc6233 100644 --- a/projects/README.md +++ b/projects/README.md @@ -10,4 +10,4 @@ List of projects included: ---- -**⚠ WARNING: REST is under continous development.** This README is offered to you by the REST community. Your HELP is needed to keep this file up to date. You are very welcome to contribute fixing typos, updating information or adding new contributions to REST. See also our [Contribution Guide](https://lfna.unizar.es/rest-development/REST_v2/-/blob/master/CONTRIBUTING.md). +**⚠ WARNING: REST is under continuous development.** This README is offered to you by the REST community. Your HELP is needed to keep this file up to date. You are very welcome to contribute fixing typos, updating information or adding new contributions to REST. See also our [Contribution Guide](https://lfna.unizar.es/rest-development/REST_v2/-/blob/master/CONTRIBUTING.md). diff --git a/source/framework/core/src/TRestEveEventViewer.cxx b/source/framework/core/src/TRestEveEventViewer.cxx index a99acf00f..ad4080e83 100644 --- a/source/framework/core/src/TRestEveEventViewer.cxx +++ b/source/framework/core/src/TRestEveEventViewer.cxx @@ -47,7 +47,7 @@ TRestEveEventViewer::~TRestEveEventViewer() { void InitializePerspectiveView() { const std::map projectionsMap = { - {"Projection XY", TGLViewer::kCameraOrthoXnOY}, // + {"Projection XY", TGLViewer::kCameraOrthoXOY}, // {"Projection XZ", TGLViewer::kCameraOrthoXnOZ}, // {"Projection YZ", TGLViewer::kCameraOrthoZOY} // };