M-x delete-trailing-whitespace .

This commit is contained in:
Bård Skaflestad 2010-09-24 14:17:05 +00:00
parent 8cf595df43
commit d7634f730e

View File

@ -71,7 +71,7 @@ coarse_sys_compute_cell_ip(int nc,
#if DEBUG_OUTPUT #if DEBUG_OUTPUT
FILE *fp; FILE *fp;
#endif #endif
max_nbf = max_diff(nb, sys->dof_pos); max_nbf = max_diff(nb, sys->dof_pos);
@ -96,7 +96,7 @@ coarse_sys_compute_cell_ip(int nc,
#if DEBUG_OUTPUT #if DEBUG_OUTPUT
fp = fopen("debug_out.m", "wt"); fp = fopen("debug_out.m", "wt");
#endif #endif
for (b = 0; b < nb; b++) { for (b = 0; b < nb; b++) {
loc_nc = b2c_pos[b + 1] - b2c_pos[b]; loc_nc = b2c_pos[b + 1] - b2c_pos[b];
bf_off = 0; bf_off = 0;
@ -233,7 +233,7 @@ coarse_sys_compute_Binv(int nb,
#if DEBUG_OUTPUT #if DEBUG_OUTPUT
FILE *fp; FILE *fp;
#endif #endif
Lti = work + 0; Lti = work + 0;
B = work + max_bcells; B = work + max_bcells;