Unverified Commit 5500198b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct whitespace issue in dynamical_matrix.cpp

parent 394e5459
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -408,7 +408,8 @@ void DynamicalMatrix::update_force()
        timer->stamp(Timer::COMM);
    }

    // force modifications, 
    // force modifications

    if (n_post_force) modify->post_force(vflag);
    timer->stamp(Timer::MODIFY);