[cig-commits] r5612 - in long/3D/Gale/trunk: . tools

walter at geodynamics.org walter at geodynamics.org
Thu Dec 21 00:26:34 PST 2006


Author: walter
Date: 2006-12-21 00:26:34 -0800 (Thu, 21 Dec 2006)
New Revision: 5612

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/tools/PlotGaleOutput.m
   long/3D/Gale/trunk/tools/ReadGaleOutput.m
   long/3D/Gale/trunk/tools/ReshapeGaleData.m
Log:
 r1258 at earth:  boo | 2006-12-21 00:26:28 -0800
 Add credits to matlab files



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1257
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1258

Modified: long/3D/Gale/trunk/tools/PlotGaleOutput.m
===================================================================
--- long/3D/Gale/trunk/tools/PlotGaleOutput.m	2006-12-21 08:26:31 UTC (rev 5611)
+++ long/3D/Gale/trunk/tools/PlotGaleOutput.m	2006-12-21 08:26:34 UTC (rev 5612)
@@ -1,6 +1,11 @@
 %PlotGaleOutput
 %
 % Reads in Gale data and creates plots  
+%
+% For Octave, you must have octplot installed
+%
+% Written by Boris Kaus.
+% Modified by Walter Landry for Octave compatibility
 
 
 clear, close all

Modified: long/3D/Gale/trunk/tools/ReadGaleOutput.m
===================================================================
--- long/3D/Gale/trunk/tools/ReadGaleOutput.m	2006-12-21 08:26:31 UTC (rev 5611)
+++ long/3D/Gale/trunk/tools/ReadGaleOutput.m	2006-12-21 08:26:34 UTC (rev 5612)
@@ -1,6 +1,7 @@
 %ReadGaleOutput
 %
 % Reads a timestep with Gale output data
+% Written by Boris Kaus.
 
 
 % To be done before release:

Modified: long/3D/Gale/trunk/tools/ReshapeGaleData.m
===================================================================
--- long/3D/Gale/trunk/tools/ReshapeGaleData.m	2006-12-21 08:26:31 UTC (rev 5611)
+++ long/3D/Gale/trunk/tools/ReshapeGaleData.m	2006-12-21 08:26:34 UTC (rev 5612)
@@ -1,6 +1,7 @@
 function [data] = ReshapeGaleData(dim, NumberProps, data_vector);
 % Reshapes Gale data into 2D or 3D arrays
 %
+% Written by Boris Kaus.
 
 
 if (dim==2)



More information about the cig-commits mailing list