Skip to content

Commit fd0a035

Browse files
committed
try fix windows bug 0017... --full-big
1 parent 0db75ab commit fd0a035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/world_builder/parameters.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ namespace WorldBuilder
791791
WBAssertThrow(false, "Could not convert values of /Litho1.0 path into a String. ");
792792
}
793793

794-
constexpr int n1 = 40; //962;
794+
constexpr int n1 = 40962;
795795
constexpr int n_layers = 9;
796796

797797
float depth_data[n1 * n_layers] = {0};

0 commit comments

Comments
 (0)