diff options
author | Hunter Rew <hbrew@email.wm.edu> | 2014-04-26 17:10:03 -0400 |
---|---|---|
committer | Hunter Rew <hbrew@email.wm.edu> | 2014-04-26 17:10:03 -0400 |
commit | 02fd142d42e9b50ebb49a6124bc3141be95b3e23 (patch) | |
tree | 9e044b3ea4b991c314b12cb279074bfbe1be506d /config.m | |
parent | 15405c9070cf2f75b93a2327b0acb2b1af031ac9 (diff) | |
download | eit_filter_simulations-02fd142d42e9b50ebb49a6124bc3141be95b3e23.tar.gz eit_filter_simulations-02fd142d42e9b50ebb49a6124bc3141be95b3e23.zip |
gits making do a commit
Diffstat (limited to 'config.m')
-rw-r--r-- | config.m | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,8 +17,6 @@ format long global source_dir = 'source/'; global config_dir = [source_dir, 'config/']; global data_dir = 'data/' -global xmds_script = [source_dir, 'eit.xmds']; -global simulation_script = [source_dir, 'simulate.py']; % Write parameters to files dlmwrite([config_dir, 'decay_bc'], decay_bc, 'precision', '%0.10f'); |