From c9b6803c4345d1cba284db4b97409f4713b87c96 Mon Sep 17 00:00:00 2001
From: zhang <zhang@9a6e40ed-f3a0-4838-9b4a-bf418f78e88d>
Date: Wed, 5 Jan 2011 15:25:31 +0000
Subject: [PATCH] 05/01/2011

Firx the bug in the comment region of Fmapdp.
---
 tracy/tracy/src/soleillib.cc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/tracy/tracy/src/soleillib.cc b/tracy/tracy/src/soleillib.cc
index e783b0c..f598114 100644
--- a/tracy/tracy/src/soleillib.cc
+++ b/tracy/tracy/src/soleillib.cc
@@ -1101,13 +1101,13 @@ void fmap(long Nbx, long Nbz, long Nbtour, double xmax, double zmax,
        Results in fmapdp.out
 
    Input:
-       Nbx    horizontal step number
-       Nbe        energy step number
-       Nbdp   energy step number
-       xmax   horizontal maximum amplitude
-       emax   energy
-       z      vertical starting amplitude
-       Nbtour number of turn for tracking
+       Nbx              horizontal step number
+       Nbe              energy step number
+       Nbtour           number of turns for tracking
+       xmax             horizontal maximum amplitude
+       emax             maximum energy
+       z                vertical amplitude
+       diffusion        flag to calculate tune diffusion
        matlab  set file print format for matlab post-process; specific for nsrl-ii
    Output:
        status true if stable
-- 
GitLab