From 1cfbe045a4443b569b44031d3aa56a9c00fab1af Mon Sep 17 00:00:00 2001 From: Christof Metzger-Kraus <christof.j.metzger@gmail.com> Date: Wed, 8 Feb 2017 21:33:13 +0100 Subject: [PATCH] adapt gitignore --- .gitignore | 4 ++-- src/changes.cpp | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index dba172dc2..d75c41bcc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,9 @@ build CMakeCache.txt CMakeFiles cmake_install.cmake -config.h +OPALconfig.h Makefile -revision.h +OPALrevision.h src/opal tests/tools/gtest tests/opal_unit_test diff --git a/src/changes.cpp b/src/changes.cpp index a2e001b16..deac5b377 100644 --- a/src/changes.cpp +++ b/src/changes.cpp @@ -12,16 +12,17 @@ namespace Versions { " Instead of normalizing with the overall maximum value of longitudinal\n" " component Opal now uses the maximum value on axis.\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, - "* Beamlines are now placed in 3-dimensional space. Make sure that you\n" - " use apertures to limit the range of the elements. Default aperture \n" + "* OPAL-T: Beamlines are now placed in 3-dimensional space. Make sure that\n" + " you use apertures to limit the range of the elements. Default aperture \n" " has circular shape with diameter 1 meter.\n" "\n" - "* Beamlines containing a cathode have to have a SOURCE element to indicate\n" - " this fact\n" + "* OPAL-T: Beamlines containing a cathode have to have a SOURCE element to\n" + " indicate this fact\n" }); } } \ No newline at end of file -- GitLab