Skip to content

Commit 48b34f4

Browse files
committed
Fix compilation warning
Simple fix.
1 parent 798ef24 commit 48b34f4

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

VERSIONS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
New in 4.4.2-32 (19 Jul 2022):
1+
New in 4.4.2-33 (19 Jul 2022):
22
- module -T: fixed -morpho cube, made minor fixes, added -statcell and -statvox
33
<orientation_descriptor>, added -ori :flat, added -transform ori, made minor
44
fix to the objective function for tesr (does not change the result), made

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import sphinx_rtd_theme
1212

1313
project = u'Neper'
14-
version = u'4.4.2-32'
15-
release = u'4.4.2-32'
14+
version = u'4.4.2-33'
15+
release = u'4.4.2-33'
1616
author = u'Romain Quey'
1717
copyright = u'Romain Quey'
1818
language = 'en'

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(POLICY CMP0077)
77
cmake_policy(SET CMP0077 NEW)
88
endif()
99

10-
set(NEPER_VERSION \"4.4.2-32\")
10+
set(NEPER_VERSION \"4.4.2-33\")
1111
project(neper)
1212

1313
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8.1)

src/neper_t/net_transform/net_transform_tess/net_transform_tess_.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
#include"net_transform_tess.h"
1212

1313
#include"net_transform_tess_cut/net_transform_tess_cut.h"
14+
#include"net_ori/net_ori.h"
1415

1516
extern void net_transform_tess_ori (char *ori, struct TESS *pTess);

0 commit comments

Comments
 (0)