Home
last modified time | relevance | path

Searched refs:YLO (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/finance/R-cran-plm/plm/R/
H A Dest_ldv.R265 YLO <- (y == lower) functionVar
278 result[YLO] <- pnorm( e[YLO], log.p = TRUE)
290 gradi[YLO, 1L:K] <- - mz[YLO] * X[YLO, , drop = FALSE]
291 gradi[YLO, K + 1L] <- - e[YLO] * mz[YLO]
298 gradi[YLO, K + 2L] <- - mz[YLO] * sqrt(2) * z
319 hbb[YLO] <- - (e[YLO] + mz[YLO]) * mz[YLO]
320 hbs[YLO] <- mz[YLO] * (1 - (e[YLO] + mz[YLO]) * e[YLO])
321 hss[YLO] <- e[YLO] * mz[YLO] * (2 - (e[YLO] + mz[YLO]) * e[YLO])
334 hba[YLO] <- - (e[YLO] + mz[YLO]) * mz[YLO] * sqrt(2) * z
335 hsa[YLO] <- mz[YLO] * sqrt(2) * z * (1 - (e[YLO] + mz[YLO]) * e[YLO])
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/chart/
H A DFX2DChart.cpp58 axes[YLO]=NULL; in FXIMPLEMENT()
79 axes[YLO]->create(); in create()
90 axes[YLO]->detach(); in detach()
204 if(axes[YLO]->getStyle()&AXIS_TICKS_MINOR) ss=axes[YLO]->getMinorTickSize(); in drawSelf()
205 if(axes[YLO]->getStyle()&AXIS_TICKS_MAJOR) ss=axes[YLO]->getMajorTickSize(); in drawSelf()
211 plotleft+=textHeight(axes[YLO]->getNumberFont(),"8.8")+axes[YLO]->getNumberOffset(); in drawSelf()
214 plotleft+=textWidth(axes[YLO]->getNumberFont(),"8.8")+axes[YLO]->getNumberOffset(); in drawSelf()
218 if(axes[YLO]->getStyle()&AXIS_LABEL){ in drawSelf()
220 … plotleft+=textHeight(axes[YLO]->getLabelFont(),axes[YLO]->getLabel())+axes[YLO]->getLabelOffset(); in drawSelf()
223 … plotleft+=textWidth(axes[YLO]->getLabelFont(),axes[YLO]->getLabel())+axes[YLO]->getLabelOffset(); in drawSelf()
[all …]
H A Dcharttest.cpp119 plot->getAxis(FX2DChart::YLO)->setLabel("Y lo gee"); in FXIMPLEMENT()
128 plot->getAxis(FX2DChart::YLO)->setLabelFont(vertLabelFont); in FXIMPLEMENT()
134 plot->getAxis(FX2DChart::YLO)->setNumberFont(vertNumberFont); in FXIMPLEMENT()
140 plot->getAxis(FX2DChart::YLO)->setLabelStyle(TEXT_JUSTIFY_CENTER|TEXT_ATTACH_RIGHT); in FXIMPLEMENT()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_grd.h89 YLO, /* Index for south or ymin value */ enumerator
111 #define gmt_M_grd_row_to_y(C,row,h) gmt_M_row_to_y(C,row,h->wesn[YLO],h->wesn[YHI],h->inc[GMT_Y],h-…
113 #define gmt_M_grd_y_to_row(C,y,h) gmt_M_y_to_row(y,h->wesn[YLO],h->inc[GMT_Y],h->xy_off,h->n_rows)
123 #define gmt_M_grd_get_ny(C,h) (gmt_M_get_n(C,h->wesn[YLO],h->wesn[YHI],h->inc[GMT_Y],h->registratio…
128 #define gmt_M_grd_get_nypad(h,pad) ((h->n_rows) + pad[YLO] + pad[YHI])
177 …,h,R) (R[XHI] > R[XLO] && R[YHI] > R[YLO] && (R[XLO] > h->wesn[XLO] || R[XHI] < h->wesn[XHI] || R[
179 …eader->wesn[XHI] == G2->header->wesn[XHI] && G1->header->wesn[YLO] == G2->header->wesn[YLO] && G1-…
187 …1->header->pad[XHI] == G2->header->pad[XHI] && G1->header->pad[YLO] == G2->header->pad[YLO] && G1-…
H A Dgrdcut.c366 wesn[YLO] = floor (GMT->common.R.wesn[YLO] / inc[GMT_Y]) * inc[GMT_Y]; in grdcut_set_rectangular_subregion()
374 s = irint (floor (wesn[YLO])); sm = irint ((wesn[YLO] - s) * 60.0); in grdcut_set_rectangular_subregion()
386 s = irint (floor (wesn[YLO])); sm = irint (floor ((wesn[YLO] - s) * 60.0)); in grdcut_set_rectangular_subregion()
597 wesn_new[YLO] = h->wesn[YLO] + (h->n_rows - 1 - row1) * h->inc[GMT_Y]; in GMT_grdcut()
629 if (wesn_new[YLO] <= h->wesn[YLO]) { /* Way south, reset to grid S limit */ in GMT_grdcut()
630 wesn_new[YLO] = h->wesn[YLO]; in GMT_grdcut()
642 if (wesn_new[YLO] <= h->wesn[YLO]) wesn_new[YLO] = h->wesn[YLO]; in GMT_grdcut()
711 wesn_new[YLO] = MAX (wesn_new[YLO], floor (D->min[GMT_Y] / h->inc[GMT_Y]) * h->inc[GMT_Y]); in GMT_grdcut()
812 if (wesn_new[YLO] < h->wesn[YLO]) wesn_new[YLO] = h->wesn[YLO], outside[YLO] = true; in GMT_grdcut()
901 if (outside[YLO]) pad[YLO] += urint ((h->wesn[YLO] - wesn_requested[YLO]) * HH->r_inc[GMT_Y]); in GMT_grdcut()
[all …]
H A Dgrdpaste.c211 …common_y = (fabs (A->header->wesn[YLO] - B->header->wesn[YLO]) < y_noise && fabs (A->header->wesn[… in GMT_grdpaste()
291 …if (fabs (A->header->wesn[YHI] - B->header->wesn[YLO]) < y_noise) { /* B is exactly on top of A … in GMT_grdpaste()
299 C->header->wesn[YLO] = B->header->wesn[YLO]; /* ...but not for south */ in GMT_grdpaste()
317 C->header->wesn[YLO] = B->header->wesn[YLO]; /* ...but not for south */ in GMT_grdpaste()
378 GMT->current.io.pad[YLO] = A->header->n_rows - one_or_zero; in GMT_grdpaste()
380 GMT->current.io.pad[YLO]--; in GMT_grdpaste()
382 GMT->current.io.pad[YLO]++; in GMT_grdpaste()
394 GMT->current.io.pad[YLO] = B->header->n_rows - one_or_zero; in GMT_grdpaste()
396 GMT->current.io.pad[YLO]--; in GMT_grdpaste()
398 GMT->current.io.pad[YLO]++; in GMT_grdpaste()
[all …]
H A Dgrdblend.c194 if (h->wesn[YLO] > wesn[YHI] || h->wesn[YHI] < wesn[YLO]) return true; in grdblend_outside_y_range()
197 if (h->wesn[YLO] >= wesn[YHI] || h->wesn[YHI] <= wesn[YLO]) return true; in grdblend_outside_y_range()
204 …LO] > wesn[XHI] || h->wesn[XHI] < wesn[XLO] || h->wesn[YLO] > wesn[YHI] || h->wesn[YHI] < wesn[YLO in grdblend_outside_cartesian_x_range()
345 if (B[n].G->header->wesn[YLO] < wesn[YLO]) wesn[YLO] = B[n].G->header->wesn[YLO]; in grdblend_init_blend_job()
444 …k = (unsigned int)rint ((MAX (h->wesn[YLO], t->wesn[YLO]) - h->wesn[YLO]) / h->inc[GMT_Y] - h->xy_… in grdblend_init_blend_job()
445 wesn[YLO] = h->wesn[YLO] + k * h->inc[GMT_Y]; in grdblend_init_blend_job()
446 …while (wesn[YLO] < t->wesn[YLO]) wesn[YLO] += t->inc[GMT_Y]; /* Make sure we are not outside this … in grdblend_init_blend_job()
448 wesn[YHI] = h->wesn[YLO] + k * h->inc[GMT_Y]; in grdblend_init_blend_job()
459 if (wesn[YLO] < t->wesn[YLO]) wesn[YLO] = t->wesn[YLO]; in grdblend_init_blend_job()
533 B[n].wyd = M_PI * h->inc[GMT_Y] / (B[n].wesn[YLO] - t->wesn[YLO]); in grdblend_init_blend_job()
[all …]
H A Dgrdproject.c310 y_c = (wesn[YLO] + wesn[YHI]) / 2.0; in GMT_grdproject()
368 gmt_xy_to_geo (GMT, &x, &y, xb, wesn[YLO]); in GMT_grdproject()
397 … (Ctrl->C.active) ? GMT->current.proj.rect[YLO] - GMT->current.proj.origin[GMT_Y] : GMT->current.p… in GMT_grdproject()
449 wesn[YLO] = MIN (wesn[YLO], wesn[YHI]); wesn[YHI] = +90.0; in GMT_grdproject()
452 wesn[YHI] = MAX (wesn[YLO], wesn[YHI]); wesn[YLO] = -90.0; in GMT_grdproject()
485 Rect->header->wesn[YLO] -= Ctrl->C.northing; in GMT_grdproject()
493 Rect->header->wesn[YLO] *= GMT->current.proj.scale[GMT_Y]; in GMT_grdproject()
502 Rect->header->wesn[YLO] += GMT->current.proj.origin[GMT_Y]; in GMT_grdproject()
594 Rect->header->wesn[YLO] -= GMT->current.proj.origin[GMT_Y]; in GMT_grdproject()
600 Rect->header->wesn[YLO] /= GMT->current.proj.scale[GMT_Y]; in GMT_grdproject()
[all …]
H A Dgmt_grdio.c505 …if ((wesn2[YLO] = wesn[YLO] - pad[YLO] * header->inc[GMT_Y]) < header->wesn[YLO]) /* Cannot extend… in gmtgrdio_padspace()
506 { n_sides++; wesn2[YLO] = wesn[YLO]; } in gmtgrdio_padspace()
508 P->pad[YLO] = 0; in gmtgrdio_padspace()
867 header->wesn[YLO] = header->wesn[YLO] * scale + offset; in gmtlib_grd_get_units()
2261 wesn[YLO] = h->wesn[YLO] + lrint ((wesn[YLO] - h->wesn[YLO]) * HH->r_inc[GMT_Y]) * h->inc[GMT_Y]; in gmt_grd_setregion()
2267 if (wesn[YLO] < h->wesn[YLO]) wesn[YLO] = h->wesn[YLO]; in gmt_grd_setregion()
2277 …wesn[YLO] = MAX (h->wesn[YLO], h->wesn[YLO] + floor ((wesn[YLO] - h->wesn[YLO]) * HH->r_inc[GMT_Y]… in gmt_grd_setregion()
2383 if (header->wesn[YLO] - wesn[YLO] > GMT_CONV4_LIMIT) wesn[YLO] = header->wesn[YLO], error = true; in gmtlib_adjust_loose_wesn()
2426 …val = header->wesn[YLO] + lrint ((wesn[YLO] - header->wesn[YLO]) * HH->r_inc[GMT_Y]) * header->inc… in gmtlib_adjust_loose_wesn()
2428 was = wesn[YLO]; in gmtlib_adjust_loose_wesn()
[all …]
H A Dgrdselect.c331 Ctrl->M.margin[XHI] = Ctrl->M.margin[YLO] = Ctrl->M.margin[YHI] = Ctrl->M.margin[XLO]; in parse()
333 Ctrl->M.margin[YLO] = Ctrl->M.margin[YHI] = Ctrl->M.margin[XHI]; in parse()
412 for (k = YLO; k <= YHI; k++) { /* Try the south and north boundaries for intersections */ in grdselect_line_overlaps()
581 …bool pass_x, pass_y = !(header->wesn[YLO] > GMT->common.R.wesn[YHI] || header->wesn[YHI] < GMT->co… in GMT_grdselect()
667 double y0 = 0.5 * (header->wesn[YLO] + header->wesn[YHI]); /* Mod point of grid */ in GMT_grdselect()
765 wesn[YLO] = MAX (wesn[YLO], header->wesn[YLO]); in GMT_grdselect()
795 wesn[YLO] = MIN (wesn[YLO], header->wesn[YLO]); in GMT_grdselect()
833 wesn[YLO] = floor (wesn[YLO] / Ctrl->A.inc[GMT_Y]) * Ctrl->A.inc[GMT_Y]; in GMT_grdselect()
839 wesn[YLO] -= Ctrl->M.margin[YLO]; in GMT_grdselect()
850 if (wesn[YLO] < -90.0) wesn[YLO] = -90.0; in GMT_grdselect()
[all …]
H A Dgrdfill.c214 for (unsigned int row = limit[YLO]; row <= limit[YHI]; row++) { in grdfill_do_constant_fill()
250 wesn[YLO] += 0.5 * G->header->inc[GMT_Y]; in grdfill_do_splinefill()
255 if (d_limit[YLO]) d_limit[YLO]--, wesn[YHI] += G->header->inc[GMT_Y]; /* Move one row northward */ in grdfill_do_splinefill()
258 n_constraints = (d_limit[YHI] - d_limit[YLO] + 1) * (d_limit[XHI] - d_limit[XLO] + 1) - n_in_hole; in grdfill_do_splinefill()
262 for (row = d_limit[YLO], k = 0; row <= d_limit[YHI]; row++) { in grdfill_do_splinefill()
297 for (row_hole = 0, row = d_limit[YLO]; row_hole < G_hole->header->n_rows; row_hole++, row++) { in grdfill_do_splinefill()
345 if (next_row < limit[YLO]) limit[YLO] = next_row; in grdfill_trace_the_hole()
537 …if (GMT->common.R.wesn[YLO] < Grid->header->wesn[YLO] || GMT->common.R.wesn[YHI] > Grid->header->w… in GMT_grdfill()
618 limit[YLO] = limit[YHI] = row; /* Initiate min/max row to this single node */ in GMT_grdfill()
633 wesn[GMT_X] = tmp[XLO]; wesn[GMT_Y] = tmp[YLO]; in GMT_grdfill()
[all …]
H A Dgrdsample.c263 …while (wesn_i[YLO] < wesn_o[YLO]) wesn_i[YLO] += Gin->header->inc[GMT_Y], k++; /* Now on or inside… in GMT_grdsample()
264 …if (wesn_i[YLO] > Gin->header->wesn[YLO] && k) wesn_i[YLO] -= Gin->header->inc[GMT_Y]; /* Now exac… in GMT_grdsample()
297 …while (wesn_o[YLO] < Gin->header->wesn[YLO]) wesn_o[YLO] += inc[GMT_Y]; /* Now on or inside bounda… in GMT_grdsample()
327 Gin->header->wesn[YLO], Gin->header->wesn[YHI], Gin->header->n_columns, Gin->header->n_rows, in GMT_grdsample()
333 Gout->header->wesn[YLO], Gout->header->wesn[YHI], Gout->header->n_columns, Gout->header->n_rows, in GMT_grdsample()
372 else if (lat < Gin->header->wesn[YLO]) in GMT_grdsample()
H A Dgmt_map.c680 *y = GMT->common.R.wesn[YLO]; in gmtmap_y_wesn_corner()
759 …= GMT->common.R.wesn[YLO] && lat1 <= GMT->common.R.wesn[YLO]) || (lat1 >= GMT->common.R.wesn[YLO] … in gmtmap_wesn_crossing()
913 …current.proj.rect[YLO] && y1 <= GMT->current.proj.rect[YLO]) || (y1 >= GMT->current.proj.rect[YLO]… in gmtmap_rect_crossing()
7166 wesn[YLO] = -80.0 + 8.0 * (zone_y - 'C'); wesn[YHI] = wesn[YLO] + 8.0; in gmt_UTMzone_to_wesn()
7169 wesn[YLO] = -80.0 + 8.0 * (zone_y - 'D'); wesn[YHI] = wesn[YLO] + 8.0; in gmt_UTMzone_to_wesn()
7172 wesn[YLO] = -80.0 + 8.0 * (zone_y - 'E'); wesn[YHI] = wesn[YLO] + 8.0; in gmt_UTMzone_to_wesn()
9450 wesn[YLO] += 360.0; in gmt_proj_setup()
9453 while (wesn[YLO] > 360.0) { in gmt_proj_setup()
9454 wesn[YLO] -= 360.0; in gmt_proj_setup()
10021 wesn[YLO] = wesn[YHI] = lat; in gmt_circle_to_region()
[all …]
H A Dgrd2kml.c630 …fabs (G->header->wesn[YLO] - I->header->wesn[YLO]) > y_noise || fabs (G->header->wesn[YHI] - I->he… in GMT_grd2kml()
645 ext_wesn[YLO] = -180.0; in GMT_grd2kml()
662 ext_wesn[YLO] = gmt_M_grd_row_to_y (GMT, row, G->header); in GMT_grd2kml()
664 ext_wesn[YLO] -= step / 2; in GMT_grd2kml()
665 ext_wesn[YHI] = ext_wesn[YLO] + step; in GMT_grd2kml()
829 wesn[YLO] = ext_wesn[YLO]; in GMT_grd2kml()
830 gmt_ascii_format_one (GMT, S, wesn[YLO], GMT_IS_FLOAT); in GMT_grd2kml()
839 …if (wesn[YHI] <= G->header->wesn[YLO] || wesn[YLO] >= G->header->wesn[YHI]) { /* Tile row outside … in GMT_grd2kml()
841 wesn[YLO] = wesn[YHI]; in GMT_grd2kml()
957 Q[n]->wesn[YLO] = wesn[YLO]; Q[n]->wesn[YHI] = wesn[YHI]; in GMT_grd2kml()
[all …]
H A Dgmt_nc.c1197 nm2 = (n_rows_t - pad_t[YLO] - 1) * n_cols_t; in gmtnc_padding_copy()
1198 for (cell = 0; cell < pad_t[YLO]; ++cell) { in gmtnc_padding_copy()
1231 memset(grid + (n_rows_t-pad_t[YLO]) * n_cols_t * cell_size, 0, pad_t[YLO] * n_cols_t * cell_size); in gmtnc_padding_zero()
1254 size_t n_new_rows = n_rows_t + n_pad[YLO] + n_pad[YHI]; in gmtnc_pad_grid()
1258 n_pad[XLO], n_pad[XHI], n_pad[YLO], n_pad[YHI]); in gmtnc_pad_grid()
1307 n_pad[XLO], n_pad[XHI], n_pad[YLO], n_pad[YHI]); in gmtnc_unpad_grid()
1382 …, GMT_MSG_WARNING, " y-region: %g %g, grid: %g %g\n", wesn[YLO], wesn[YHI], header->wesn[YLO], he… in gmtnc_grd_prep_io()
1397 …x = fabs (header->wesn[YLO] - wesn[YLO]); /* if |x| < GMT_CONV4_LIMIT * header->inc[GMT_Y] we set … in gmtnc_grd_prep_io()
1398 …if (x > 0.0 && x < GMT_CONV4_LIMIT * header->inc[GMT_Y]) wesn[YLO] = header->wesn[YLO]; /* Avoid s… in gmtnc_grd_prep_io()
1401 if (wesn[YLO] < header->wesn[YLO] || wesn[YHI] > header->wesn[YHI]) in gmtnc_grd_prep_io()
[all …]
H A Dgrdimage.c551 h->wesn[YLO] = -90.0; in grdimage_clean_global_headers()
557 h->wesn[YLO] = -90.0 + 0.5 * h->inc[GMT_Y]; in grdimage_clean_global_headers()
598 r->wesn[XLO] = r->wesn[YLO] = +DBL_MAX; in grdimage_set_proj_limits()
605 r->wesn[YLO] = MIN (r->wesn[YLO], y), r->wesn[YHI] = MAX (r->wesn[YHI], y); in grdimage_set_proj_limits()
608 r->wesn[YLO] = MIN (r->wesn[YLO], y), r->wesn[YHI] = MAX (r->wesn[YHI], y); in grdimage_set_proj_limits()
613 r->wesn[YLO] = MIN (r->wesn[YLO], y), r->wesn[YHI] = MAX (r->wesn[YHI], y); in grdimage_set_proj_limits()
616 r->wesn[YLO] = MIN (r->wesn[YLO], y), r->wesn[YHI] = MAX (r->wesn[YHI], y); in grdimage_set_proj_limits()
623 r->wesn[YLO] = GMT->current.proj.rect[YLO]; r->wesn[YHI] = GMT->current.proj.rect[YHI]; in grdimage_set_proj_limits()
1299 …GMT->common.R.wesn[YLO] < (Intens_orig->header->wesn[YLO]-ynoise) || GMT->common.R.wesn[YHI] > (In… in GMT_grdimage()
1748 img_wesn[YHI] = GMT->common.R.wesn[YHI]; img_wesn[YLO] = GMT->common.R.wesn[YLO]; in GMT_grdimage()
[all …]
/dports/math/R-cran-ddalpha/ddalpha/R/
H A Ddepth.projection.r173 YLO<-Y[1] functionVar
174 YNEWLO<-YLO
178 if(Y[I] < YLO){
179 YLO<-Y[I]
185 DCHK<-(YNEWLO+DABIT)/(YLO+DABIT)-1
217 if(YSTAR < YLO && ICOUNT >= KCOUNT){
223 if(YSTAR < YLO){
/dports/science/sparta/sparta-20Oct2021/src/
H A Ddomain.cpp33 enum{XLO,XHI,YLO,YHI,ZLO,ZHI,INTERIOR}; // several files enumerator
54 norm[YLO][0] = 0.0; norm[YLO][1] = 1.0; norm[YLO][2] = 0.0; in Domain()
177 if (bflag[YLO] == AXISYM) { in set_boundary()
223 else if (strcmp(arg[iarg],"ylo") == 0) faces[nface++] = YLO; in boundary_modify()
314 case YLO: in collide()
400 case YLO: in uncollide()
/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Ddomain_kokkos.h23 enum{XLO,XHI,YLO,YHI,ZLO,ZHI,INTERIOR}; // several files enumerator
73 case YLO: in collide_kokkos()
136 case YLO: in uncollide_kokkos()
/dports/devel/aegis/aegis-4.25.D510/libaegis/gif/
H A Dline.cc27 #define YLO (1 << 2) macro
41 (y < clip_y_min ? YLO : 0) \
94 if (c1 & YLO) in gif_line()
142 if (c2 & YLO) in gif_line()
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D2ylo_ylo.sdf3 Coordinates from PDB:2YLO:A:1922 Model:1 without hydrogens
129 YLO
132 2YLO
/dports/graphics/pgplot/pgplot/src/
H A Dpghist.f52 REAL CUR, PREV, XLO, XHI, YLO, YHI local
82 YLO = 0.0
88 CALL PGENV(XLO,XHI,YLO,YHI,0,0)
/dports/science/lammps/lammps-stable_29Sep2021/src/SRD/
H A Dfix_wall_srd.cpp32 enum { XLO, XHI, YLO, YHI, ZLO, ZHI }; enumerator
57 else if (thisarg == "ylo") newwall = YLO; in FixWallSRD()
106 if ((wallwhich[m] == YLO || wallwhich[m] == YHI) && domain->yperiodic) in FixWallSRD()
144 if (wallwhich[m] < YLO) in FixWallSRD()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_wall_reflect.cpp61 else if (strcmp(arg[iarg],"ylo") == 0) newwall = YLO; in FixWallReflect()
105 if ((wallwhich[m] == YLO || wallwhich[m] == YHI) && domain->yperiodic) in FixWallReflect()
132 if (wallwhich[m] < YLO) coord0[m] *= xscale; in FixWallReflect()
201 if (wallwhich[m] < YLO) coord *= xscale; in post_integrate()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_wall.cpp64 enum{XLO=0,XHI=1,YLO=2,YHI=3,ZLO=4,ZHI=5}; enumerator
97 else if (strcmp(arg[iarg],"ylo") == 0) newwall = YLO; in FixWall()
185 if ((wallwhich[m] == YLO || wallwhich[m] == YHI) && domain->yperiodic) in FixWall()
208 if (wallwhich[m] < YLO) coord0[m] *= xscale; in FixWall()
342 if (wallwhich[m] < YLO) coord *= xscale; in post_force()

1234567