Index: trunk/MagicSoft/Cosy/main/MBending.cc
===================================================================
--- trunk/MagicSoft/Cosy/main/MBending.cc	(revision 1807)
+++ trunk/MagicSoft/Cosy/main/MBending.cc	(revision 1808)
@@ -143,20 +143,20 @@
     fout << "S   00   000000   000000  0000000" << endl;
     fout << setprecision(8);
-    fout << " IA     " << kRad2Deg*fIa   << " -1" << endl;
-    fout << " IE     " << kRad2Deg*fIe   << " -1" << endl;
-    fout << " CA     " << kRad2Deg*fNpae << " -1" << endl;
-    fout << " NPAE   " << kRad2Deg*fCa   << " -1" << endl;
-    fout << " AN     " << kRad2Deg*fAn   << " -1" << endl;
-    fout << " AW     " << kRad2Deg*fAw   << " -1" << endl;
-    fout << " NRX    " << kRad2Deg*fNrx  << " -1" << endl;
-    fout << " NRY    " << kRad2Deg*fNry  << " -1" << endl;
-    fout << " CRX    " << kRad2Deg*fCrx  << " -1" << endl;
-    fout << " CRY    " << kRad2Deg*fCry  << " -1" << endl;
-    fout << " ECES   " << kRad2Deg*fEces << " -1" << endl;
-    fout << " ACES   " << kRad2Deg*fAces << " -1" << endl;
-    fout << " ECEC   " << kRad2Deg*fEcec << " -1" << endl;
-    fout << " ACEC   " << kRad2Deg*fAcec << " -1" << endl;
-    fout << " MAGIC1 " << kRad2Deg*fMagic1 << " -1" << endl;
-    fout << " MAGIC2 " << kRad2Deg*fMagic2 << " -1" << endl;
+    fout << " IA     " << -kRad2Deg*fIa   << " -1" << endl;
+    fout << " IE     " << -kRad2Deg*fIe   << " -1" << endl;
+    fout << " CA     " << -kRad2Deg*fNpae << " -1" << endl;
+    fout << " NPAE   " << -kRad2Deg*fCa   << " -1" << endl;
+    fout << " AN     " << -kRad2Deg*fAn   << " -1" << endl;
+    fout << " AW     " << -kRad2Deg*fAw   << " -1" << endl;
+    fout << " NRX    " << -kRad2Deg*fNrx  << " -1" << endl;
+    fout << " NRY    " << -kRad2Deg*fNry  << " -1" << endl;
+    fout << " CRX    " << -kRad2Deg*fCrx  << " -1" << endl;
+    fout << " CRY    " << -kRad2Deg*fCry  << " -1" << endl;
+    fout << " ECES   " << -kRad2Deg*fEces << " -1" << endl;
+    fout << " ACES   " << -kRad2Deg*fAces << " -1" << endl;
+    fout << " ECEC   " << -kRad2Deg*fEcec << " -1" << endl;
+    fout << " ACEC   " << -kRad2Deg*fAcec << " -1" << endl;
+    fout << " MAGIC1 " << -kRad2Deg*fMagic1 << " -1" << endl;
+    fout << " MAGIC2 " << -kRad2Deg*fMagic2 << " -1" << endl;
     fout << "END" << endl;
 }
