Commit 34f73fdd authored by Ed's avatar Ed
Browse files

Added a missing break statement in fz component

parent b08b3b90
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -405,6 +405,7 @@ int ComputeBondLocal::compute_bonds(int flag)
            break;
          case FZ:
            ptr[n] = dz*fbond;
            break;
          case ENGVIB:
            ptr[n] = engvib;
            break;