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

Opal maps

Merged snuverink_j requested to merge OPAL-maps into master
Compare and Show latest version
2 files
+ 144
146
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -140,7 +140,6 @@ Hamiltonian::series_t Hamiltonian::fringeField(const double& phi,
double angle = phi;
if ( k0 < 0.0 )
angle = -phi;
return -0.5 * (x * x - y * y) * k0 * std::tan(angle);
}
Loading