- Timestamp:
- 02/19/14 17:49:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/node/field.cpp
r473 r476 697 697 { 698 698 SuperClass::parse(node); 699 node.getContent(this->content) ; 700 if (node.goToChildElement()) 701 { 702 do 699 if (! node.getContent(this->content)) 700 { 701 if (node.goToChildElement()) 703 702 { 704 if (node.getElementName()=="variable" || node.getElementName()=="variable_group") this->getVirtualVariableGroup()->parseChild(node); 705 } while (node.goToNextElement()) ; 706 node.goToParentElement(); 707 } 708 703 do 704 { 705 if (node.getElementName()=="variable" || node.getElementName()=="variable_group") this->getVirtualVariableGroup()->parseChild(node); 706 } while (node.goToNextElement()) ; 707 node.goToParentElement(); 708 } 709 } 709 710 } 710 711
Note: See TracChangeset
for help on using the changeset viewer.