diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-14 10:06:02 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-14 10:06:02 -0400 |
commit | a46878a0d59eee4c98c9be4365bf4d3f517f2229 (patch) | |
tree | 2f371a973e3daaad81361fe5ba179d9dac8b842f /examples | |
parent | 3550a9519ee3daee39b6783b27673b96eae192c2 (diff) | |
download | mode_match-a46878a0d59eee4c98c9be4365bf4d3f517f2229.tar.gz mode_match-a46878a0d59eee4c98c9be4365bf4d3f517f2229.zip |
comments to the matlab form
Ignore-this: 899722452e223be73773575ca1bb2ec8
darcs-hash:20110414140602-067c0-edeca6732c931e2502dda9b1ecfe1d69e9f186ec
Diffstat (limited to 'examples')
-rw-r--r-- | examples/trial_solution.m.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/trial_solution.m.example b/examples/trial_solution.m.example index f4286f1..a79bc08 100644 --- a/examples/trial_solution.m.example +++ b/examples/trial_solution.m.example @@ -1,4 +1,4 @@ -########################################## +% ########################################## lambda= 1.064E-6 ; Ltot= 1.010675025828971 ; r0= 1.0E+100 ; @@ -15,4 +15,4 @@ rf= 1.0E+100 ; xf= Ltot; optics={lns1,lns2,lns3}; -########################################## +% ########################################## |