Skip to content

Commit d1713ec

Browse files
committed
WIP
1 parent 37faf19 commit d1713ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/coreComponents/schema/schemaUtilities.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ void AppendSimpleType( xmlWrapper::xmlNode & schemaRoot,
9494
string const & name,
9595
string const & regex )
9696
{
97+
98+
///////////
99+
std::cout << "In AppendSimpleType" << std::endl;
100+
///////////
97101
string const advanced_match_string = ".*[\\[\\]`$].*|";
98102

99103
xmlWrapper::xmlNode newNode = schemaRoot.append_child( "xsd:simpleType" );

0 commit comments

Comments
 (0)