Commit 041a9cd6 authored by Henderson, Shane's avatar Henderson, Shane
Browse files

Csv format update

parent b310c8bc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,7 +2,9 @@
  <using_namespace name="saline"/>
  <include_relative name="default_data_store.hh"/>
  <class name="Default_Data_Store" parent="Data_Store">
    <method name="load" return_type="void"/>
    <method name="load" return_type="void">
      <param name="path" type="char*"/>
    </method>
  </class>
    
</generate>
+3 −1
Original line number Diff line number Diff line
@@ -2,7 +2,9 @@
  <using_namespace name="saline"/>
  <include_relative name="r_kister_data_store.hh"/>
  <class name="R_Kister_Data_Store" parent="Data_Store">
    <method name="load" return_type="void"/>
    <method name="load" return_type="void">
      <param name="path" type="char*"/>
    </method>
  </class>
    
</generate>
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
* This file has been dynamically generated by Class Interface Xml (CIX) 
* DO NOT MODIFY THIS FILE -- CHANGES WILL BE OVERWRITTEN UPON REGENERATION
* If changes need to occur, modify the appropriate CIX xml file
* Date Generated: Thu May 21 19:31:20 EDT 2020
* Date Generated: Tue Jun 14 14:36:27 EDT 2022
* If any issues are experiences with this generated file that cannot be fixed
* with adjustment of the CIX xml file, please contact Robert A. Lefebvre, raq@ornl.gov
*/
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
* This file has been dynamically generated by Class Interface Xml (CIX) 
* DO NOT MODIFY THIS FILE -- CHANGES WILL BE OVERWRITTEN UPON REGENERATION
* If changes need to occur, modify the appropriate CIX xml file
* Date Generated: Thu May 21 19:31:20 EDT 2020
* Date Generated: Tue Jun 14 14:36:27 EDT 2022
* If any issues are experiences with this generated file that cannot be fixed
* with adjustment of the CIX xml file, please contact Robert A. Lefebvre, raq@ornl.gov
*/
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
!! This file has been dynamically generated by Class Interface Xml (CIX) 
!! DO NOT MODIFY THIS FILE -- CHANGES WILL BE OVERWRITTEN UPON REGENERATION
!! If changes need to occur, modify the appropriate CIX xml file
!! Date Generated: Thu May 21 19:31:20 EDT 2020
!! Date Generated: Tue Jun 14 14:36:27 EDT 2022
!! If any issues are experiences with this generated file that cannot be fixed
!! with adjustment of the CIX xml file, please contact Robert A. Lefebvre, raq@ornl.gov
!!/
Loading