Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 1cfbe045 authored by Christof Metzger-Kraus's avatar Christof Metzger-Kraus
Browse files

adapt gitignore

parent dadb5e26
No related branches found
No related tags found
1 merge request!8Resolve "Failed to open h5 file"
...@@ -6,9 +6,9 @@ build ...@@ -6,9 +6,9 @@ build
CMakeCache.txt CMakeCache.txt
CMakeFiles CMakeFiles
cmake_install.cmake cmake_install.cmake
config.h OPALconfig.h
Makefile Makefile
revision.h OPALrevision.h
src/opal src/opal
tests/tools/gtest tests/tools/gtest
tests/opal_unit_test tests/opal_unit_test
...@@ -12,16 +12,17 @@ namespace Versions { ...@@ -12,16 +12,17 @@ namespace Versions {
" Instead of normalizing with the overall maximum value of longitudinal\n" " Instead of normalizing with the overall maximum value of longitudinal\n"
" component Opal now uses the maximum value on axis.\n" " component Opal now uses the maximum value on axis.\n"
"\n" "\n"
"* The design energy of dipoles is now expected to be in MeV instead of eV.\n" "* OPAL-T: The design energy of dipoles is now expected to be in MeV instead\n"
" of eV.\n"
}); });
changes.insert({109, changes.insert({109,
"* Beamlines are now placed in 3-dimensional space. Make sure that you\n" "* OPAL-T: Beamlines are now placed in 3-dimensional space. Make sure that\n"
" use apertures to limit the range of the elements. Default aperture \n" " you use apertures to limit the range of the elements. Default aperture \n"
" has circular shape with diameter 1 meter.\n" " has circular shape with diameter 1 meter.\n"
"\n" "\n"
"* Beamlines containing a cathode have to have a SOURCE element to indicate\n" "* OPAL-T: Beamlines containing a cathode have to have a SOURCE element to\n"
" this fact\n" " indicate this fact\n"
}); });
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment