Update ATutRecordingData.md

This commit is contained in:
Scott Fennell 2020-01-22 11:51:04 -06:00 committed by GitHub
parent ae7a5ad777
commit efffa146e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ section. This is accomplished by adding execfile to the simulation input file.
Add the line:
```python
exec(open("Modified_data/data_record.dr").read())
exec(open("Modified_data/cannon.dr").read())
```
to the top of the `input.py` file and then save it.