Added a missing break statement in fz component
This commit is contained in:
@ -405,6 +405,7 @@ int ComputeBondLocal::compute_bonds(int flag)
|
||||
break;
|
||||
case FZ:
|
||||
ptr[n] = dz*fbond;
|
||||
break;
|
||||
case ENGVIB:
|
||||
ptr[n] = engvib;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user