Skip to content

Commit

Permalink
Fixed bugs about noDataValue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianbo Qi committed Mar 13, 2019
1 parent c218d53 commit 53f00a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/lessgui/src/less/gui/utils/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class Const {

// LESS Mode
public static String LESS_MODE= "development11";
public static String LESS_VERSION = "V1.8.6";
public static String LESS_VERSION = "V1.8.7";

public static boolean LESS_OUT_ALL = false;

Expand Down
2 changes: 1 addition & 1 deletion python/lesspy/SceneParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def parse(self, config_file_path, main_scene_xml_file_prifix="", seq_name=""):
strNode.setAttribute("value", cfg["sensor"]["PhotonTracing"]["LayerDefinition"])

else:
integratorNode.setAttribute("type", "volpath_simple")
integratorNode.setAttribute("type", "path")
rootNode.appendChild(integratorNode)

# integrator
Expand Down

0 comments on commit 53f00a7

Please sign in to comment.