corrected a tab
authorhackbard <hackbard@sage.physik.uni-augsburg.de>
Mon, 18 Aug 2008 22:41:07 +0000 (00:41 +0200)
committerhackbard <hackbard@sage.physik.uni-augsburg.de>
Mon, 18 Aug 2008 22:41:07 +0000 (00:41 +0200)
moldyn.c

index eb3c4b0..9bd216d 100644 (file)
--- a/moldyn.c
+++ b/moldyn.c
@@ -2125,7 +2125,7 @@ int potential_force_calc(t_moldyn *moldyn) {
 
                /* check forces regarding the given timestep */
                if(v3_norm(&(itom[i].f))>\
-                  0.1*moldyn->nnd*itom[i].mass/moldyn->tau_square)
+                   0.1*moldyn->nnd*itom[i].mass/moldyn->tau_square)
                        printf("[moldyn] WARNING: pfc (high force: atom %d)\n",
                               i);
        }