We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accf030 commit 956bb44Copy full SHA for 956bb44
CHANGELOG
@@ -4,7 +4,7 @@ Todo:
4
- Tangent vectors managements for Selene
5
- Implement the Lambertian, Guassian and ABg scattering models ( see "What scattering models are available in OpticStudio?" )
6
7
-0.14.1
+0.14.3
8
- Fixed the working directory of FDTD sensors in GUI mode
9
- Fixed incorrect FieldMap scripts generation
10
CMakeLists.txt
@@ -16,7 +16,7 @@ endfunction()
16
17
set(CPACK_PACKAGE_VERSION_MAJOR 0)
18
set(CPACK_PACKAGE_VERSION_MINOR 14)
19
-set(CPACK_PACKAGE_VERSION_PATCH 2)
+set(CPACK_PACKAGE_VERSION_PATCH 3)
20
21
set(TASK "Build CLI" CACHE STRING "What to do")
22
set_property(CACHE TASK PROPERTY STRINGS "Build CLI" "Build CLI+GUI")
0 commit comments