Skip to content

Commit 405d501

Browse files
committed
Update RDF_Input.py
1 parent 541e2fc commit 405d501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swolfpy_inputdata/RDF_Input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ def __init__(self, input_data_path=None, process_data_path=None,
2424
CommonDataObjct = CommonData()
2525

2626
if process_data_path is None:
27-
process_data_path = Path(__file__).parent / "Data/SS_MRF_Input_MaterialDependent.csv"
27+
process_data_path = Path(__file__).parent / "Data/RDF_Input_MaterialDependent.csv"
2828
self.add_process_data(process_data_path=process_data_path,
2929
index=CommonDataObjct.Index)

0 commit comments

Comments
 (0)