Index: /issm/trunk/src/m/classes/public/printmodel.m
===================================================================
--- /issm/trunk/src/m/classes/public/printmodel.m	(revision 2624)
+++ /issm/trunk/src/m/classes/public/printmodel.m	(revision 2625)
@@ -13,4 +13,7 @@
 set(fig, 'PaperPositionMode', 'auto');
 
+%InvertHardcopy off imposes MATLAB to use the same colors
+set(fig, 'InvertHardcopy', 'off');
+
 %Use higher resolution to anti-alias and use zbuffer to have smooth colors
 print(fig, '-zbuffer', ['-r' num2str(get(0,'ScreenPixelsPerInch')*2)], ['-d' format],filename);
