[root]/orderAccuracy/test_config_files/ICE
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
harman | 56 (100.0%) | 327 (100.0%) | 5.8 |
This should have been deleted in revision 58672
0 lines of code changed in 27 files:
Replaced XML::Simple -> XML::LibXML.
Added get_XML_value() utility. It returns either an array or a scalar and a default value
if the xml tag does not exist.
2 lines of code changed in 2 files:
Updated gnuplot scripts. Printing the curve fit parameters as labels on the plots works again.
analyze_results.pl, masterScript.pl, run_tests.pl
- moved common subroutine for cleaning out unwanted spaces and returns to a common module
Utilities.pm
analyze_results.pm
- converted from xml::Simple to XML::Lib
- Simplified and cleaned up.
10 lines of code changed in 6 files:
Partial migration from XML::Simple to XML::LibXML. With LibXML you don't need to
manually parse the xml files and fill arrays to be later used (YUCK)_. Now just loop over tests
and pull out the xml entries for each test. Changed spec for replace_values to
< entry path= "<xmlpath>" value = 'X' />
Updated all tst files. More testing is needed.
47 lines of code changed in 16 files:
Deprecated findReplace, now using replace_XML_value.
Polished the OA scripts
Added advectScalar_1D.ups, it's the ups that started it all!
Updated test config files for advectScalar_1D.ups
252 lines of code changed in 4 files:
whatToRun.xml:
Removed redundant ups xml tags
components.xml:
Added comments and spacing
16 lines of code changed in 1 file: