Skip to content

Commit bf7a872

Browse files
committed
.
1 parent 8cb2c29 commit bf7a872

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CImg.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40727,7 +40727,8 @@ namespace cimg_library {
4072740727
Ncp = (-nc0 + spectrum() - 1)/spectrum(), Ncn = (res.spectrum() + nc0 + spectrum() - 1)/spectrum(),
4072840728
Nx = Nxp + Nxn, Ny = Nyp + Nyn, Nz = Nzp + Nzn, Nc = Ncp + Ncn,
4072940729
X0 = -nx0 - Nxp*width(), Y0 = -ny0 - Nyp*height(), Z0 = -nz0 - Nzp*depth(), C0 = -nc0 - Ncp*spectrum();
40730-
cimg_pragma_openmp(parallel for cimg_openmp_collapse(3) cimg_openmp_if(Nx*Ny*Nz*Nc>=(cimg_openmp_sizefactor)*16))
40730+
cimg_pragma_openmp(parallel for cimg_openmp_collapse(3)
40731+
cimg_openmp_if(Nx*Ny*Nz*Nc>=(cimg_openmp_sizefactor)*16))
4073140732
for (int c = 0; c<Nc; ++c)
4073240733
for (int z = 0; z<Nz; ++z)
4073340734
for (int y = 0; y<Ny; ++y) {

html/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="header">
1717
<a href="index.html"><img alt="Logo" src="img/logo_header.jpg" class="center_image" style="margin-top:1em;"/></a>
1818
<h2 style="padding-bottom: 1em">
19-
Latest stable version: <b><a href="http://cimg.eu/files/CImg_3.7.4.zip">3.7.4</a></b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Current pre-release: <b><a href="http://cimg.eu/files/CImg_latest.zip">3.7.5</a></b> (2026/03/20)
19+
Latest stable version: <b><a href="http://cimg.eu/files/CImg_3.7.4.zip">3.7.4</a></b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Current pre-release: <b><a href="http://cimg.eu/files/CImg_latest.zip">3.7.5</a></b> (2026/03/25)
2020
</h2>
2121

2222
<hr/>

html/header_doxygen.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div class="header">
2727
<a href="../index.html"><img alt="Logo" src="../img/logo_header.jpg" class="center_image" style="margin-top:1em;"/></a>
2828
<h2 style="padding-bottom: 1em">
29-
Latest stable version: <b><a href="http://cimg.eu/files/CImg_3.7.4.zip">3.7.4</a></b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Current pre-release: <b><a href="http://cimg.eu/files/CImg_latest.zip">3.7.5</a></b> (2026/03/20)
29+
Latest stable version: <b><a href="http://cimg.eu/files/CImg_3.7.4.zip">3.7.4</a></b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Current pre-release: <b><a href="http://cimg.eu/files/CImg_latest.zip">3.7.5</a></b> (2026/03/25)
3030
</h2>
3131

3232
<hr/>

0 commit comments

Comments
 (0)