Skip to content

Commit 81b87b0

Browse files
authored
Improve parsing of tensor inputs and add unit tests for it. (#1558)
Fix problem with doxygen CTest under ninja. Add missing GEOSX_THROW macro variants.
1 parent 695fb27 commit 81b87b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geosx_xml_tools_package/geosx_xml_tools/tests/generate_test_xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def generate_test_xml_files(root_dir):
4848
# Base segments
4949
xml_base_a = """
5050
<Solvers
51-
gravityVector="0.0, 0.0, -9.81">
51+
gravityVector="{ 0.0, 0.0, -9.81 }">
5252
5353
<SinglePhaseFlow name="SinglePhaseFlow"
5454
logLevel="0"

0 commit comments

Comments
 (0)