Skip to content

Commit 6bef9a8

Browse files
committed
WIP
1 parent acfb92a commit 6bef9a8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/coreComponents/schema/schemaUtilities.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,15 @@ void BuildSimpleSchemaTypes(xmlWrapper::xmlNode schemaRoot)
125125
{
126126
std::cout << " " << typeName << std::endl;
127127
}
128-
std::cout << std::endl; // extra blank line for readability
128+
std::cout << "**********************" << std::endl;
129+
std::cout << "**********************" << std::endl;
130+
// ---------------------
129131

130132
for( auto const & [typeName, regex] : regexes )
131133
{
134+
////////////
135+
std::cout << " " << typeName << std::endl;
136+
////////////
132137
AppendSimpleType( schemaRoot, getSchemaTypeName( typeName ), regex.m_regexStr );
133138
}
134139
}

0 commit comments

Comments
 (0)