Commit 680bfa43 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

DetectorField: adjust comment - we do not need to change the orientation of the map.

parent 9b5d2b0a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -266,11 +266,9 @@ namespace allpix {

    /*
     * Map field template specialization of helper function for field flipping.
     * This swaps the entries of the 5x5 map depending on whether it is flipped in that coordinate
     * Here, no inversion of the field components is required since the map does not rotate.
     */
    template <> inline void flip_vector_components<FieldTable>(FieldTable&, bool, bool) {
        // FIXME need to flip map components here
    }
    template <> inline void flip_vector_components<FieldTable>(FieldTable&, bool, bool) {}

    /*
     * Scalar field template specialization of helper function for field flipping