diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2010-01-13 21:57:28 +0000 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2010-01-13 21:57:28 +0000 |
commit | 752f8b753994338213235094b5df16553b546152 (patch) | |
tree | 74a9a3737cd745b4eb2954fbc12cbf2c8853684b /liouville.m | |
parent | 6a081720924a82fcd42adc019ce298fa24d88203 (diff) | |
download | multi_mode_eit-752f8b753994338213235094b5df16553b546152.tar.gz multi_mode_eit-752f8b753994338213235094b5df16553b546152.zip |
date files moved to temporal directory
Diffstat (limited to 'liouville.m')
-rw-r--r-- | liouville.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/liouville.m b/liouville.m index 756d94d..233ba53 100644 --- a/liouville.m +++ b/liouville.m @@ -99,7 +99,7 @@ for detuning_p_cntr=1:N_detun_steps+1; detuning_freq(detuning_p_cntr)=detuning_p; endfor -save 'problem_definition.mat' problems_cell_array atom_properties detuning_freq ; +save '/tmp/problem_definition.mat' problems_cell_array atom_properties detuning_freq ; fprintf (stderr, "now really hard calculations begin\n"); fflush (stderr); % once we define all problems the main job is done here @@ -109,7 +109,7 @@ fflush (stderr); total_absorption_vs_detuning=parcellfun(2, @total_field_absorption, problems_cell_array); %save 'xi_vs_detuning.mat' detuning_freq xi_linear xi_left xi_right ; -save 'total_absorption_vs_detuning.mat' detuning_freq total_absorption_vs_detuning; +save '/tmp/total_absorption_vs_detuning.mat' detuning_freq total_absorption_vs_detuning; output_results; |