M-x delete-trailing-whitespace .
This commit is contained in:
parent
8cf595df43
commit
d7634f730e
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user