Skip to content
Snippets Groups Projects
Commit f8cdb007 authored by Gagik Vardanyan's avatar Gagik Vardanyan
Browse files

Re #19009 clang format

parent 198fccbd
No related branches found
No related tags found
No related merge requests found
...@@ -248,10 +248,9 @@ void LoadHelper::recurseAndAddNexusFieldsToWsRun(NXhandle nxfileID, ...@@ -248,10 +248,9 @@ void LoadHelper::recurseAndAddNexusFieldsToWsRun(NXhandle nxfileID,
NX_OK) { NX_OK) {
g_log.debug() << indent_str << "Rank of " << property_name << " is " g_log.debug() << indent_str << "Rank of " << property_name << " is "
<< rank << "\n" << rank << "\n" << indent_str << "Dimensions are "
<< indent_str << "Dimensions are " << dims[0] << ", " << dims[0] << ", " << dims[1] << ", " << dims[2]
<< dims[1] << ", " << dims[2] << ", " << dims[3] << ", " << dims[3] << "\n";
<< "\n";
// Note, we choose to only build properties on small float arrays // Note, we choose to only build properties on small float arrays
// filter logic is below // filter logic is below
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment