You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String(REGEX REPLACE " -j N Specify the number of threads the visualizer is allowed to use. Default: [0-9]*."" -j N Specify the number of threads the visualizer is allowed to use. Default: --." TEST_OUTPUT_PROCESSED "${TEST_OUTPUT_PROCESSED}")
String(REGEX REPLACE "Starting the world builder with ([0-9]*) threads...""Starting the world builder with -- threads..." TEST_OUTPUT_PROCESSED "${TEST_OUTPUT_PROCESSED}")
57
+
String(REGEX REPLACE "Starting the World Builder with ([0-9]*) threads...""Starting the World Builder with -- threads..." TEST_OUTPUT_PROCESSED "${TEST_OUTPUT_PROCESSED}")
Copy file name to clipboardExpand all lines: tests/gwb-grid/grid_help.log
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
World Builder Grid Visualization tool.
2
-
This program loads a world builder file and generates a visualization on a structured grid based on information specified in a separate .grid configuration file.
2
+
This program loads a World Builder file and generates a visualization on a structured grid based on information specified in a separate .grid configuration file.
0 commit comments