diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2010-07-08 17:21:23 +0000 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2010-07-08 17:21:23 +0000 |
commit | 836a8eadfa53cc35a636be9e8c03dc2ff1fa326d (patch) | |
tree | 4947cb42962bc8c1f6f28043ea4ec6cee585e7c0 /psr/psr_vs_detuning.m | |
parent | 316ad84690ae17d43ab9f324f55de0e784090119 (diff) | |
download | multi_mode_eit-836a8eadfa53cc35a636be9e8c03dc2ff1fa326d.tar.gz multi_mode_eit-836a8eadfa53cc35a636be9e8c03dc2ff1fa326d.zip |
added files to calculate and plot psr combo
Diffstat (limited to 'psr/psr_vs_detuning.m')
-rw-r--r-- | psr/psr_vs_detuning.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psr/psr_vs_detuning.m b/psr/psr_vs_detuning.m index c293d02..acf7d43 100644 --- a/psr/psr_vs_detuning.m +++ b/psr/psr_vs_detuning.m @@ -45,7 +45,7 @@ fprintf (stderr, "calculating atom properties\n"); fflush (stderr); pfile='atomic_B_field.mat'; % the parent file where B_field is stored. This is the parameter for calculated L0_and_polarization_submatrices cfile='L0m_and_polarizability_calculated.mat'; % the child file to which calculated matrices are written -neef_update=false; +need_update=false; [s, err_p, msg] = stat (pfile); if(err_p) %file does not exist |