[cig-commits] r4134 - in long/3D/Gale/trunk/src/StGermain: . Discretisation/Geometry/src

walter at geodynamics.org walter at geodynamics.org
Tue Aug 1 01:52:58 PDT 2006


Author: walter
Date: 2006-08-01 01:52:58 -0700 (Tue, 01 Aug 2006)
New Revision: 4134

Modified:
   long/3D/Gale/trunk/src/StGermain/
   long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/src/ComplexVectorMath.c
   long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/src/ComplexVectorMath.h
Log:
 r2600 at earth:  boo | 2006-08-01 01:50:30 -0700
  r2579 at earth (orig r3702):  KathleenHumble | 2006-07-23 22:28:12 -0700
  Fixd up some typos in these files.
  
 



Property changes on: long/3D/Gale/trunk/src/StGermain
___________________________________________________________________
Name: svk:merge
   - 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:2599
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3701
   + 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:2600
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3702

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/src/ComplexVectorMath.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/src/ComplexVectorMath.c	2006-08-01 08:52:55 UTC (rev 4133)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/src/ComplexVectorMath.c	2006-08-01 08:52:58 UTC (rev 4134)
@@ -26,7 +26,7 @@
 **  License along with this library; if not, write to the Free Software
 **  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 **
-** $Id: VectorMath.c 3462 2006-02-19 06:53:24Z WalterLandry $
+** $Id: ComplexVectorMath.c 3677 2006-07-14 11:03:24Z KathleenHumble $
 **
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
@@ -523,7 +523,7 @@
 	for (index = 0; index < dim; index++) {
 		if (complexVector[index][IMAG_PART] != 0.0) {
 			Journal_Firewall( False, Journal_Register( Error_Type, "ComplexVectorMath" ),
-				"Eroor in '%s': Complex value in complex vector at index '%s' \n", __func__, index );
+				"Error in '%s': Complex value in complex vector at index '%s' \n", __func__, index );
 		}
 		else {
 			vector[index] = complexVector[index][REAL_PART];

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/src/ComplexVectorMath.h
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/src/ComplexVectorMath.h	2006-08-01 08:52:55 UTC (rev 4133)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/src/ComplexVectorMath.h	2006-08-01 08:52:58 UTC (rev 4134)
@@ -30,14 +30,14 @@
 **    Provides basic vector operations.
 **
 ** Assumptions:
-**    - Coord is an array of 3 doubles.
+**    - Coord is an array of 3 Cmplx. 
 **
 ** Comments:
 **    In any operation that involves two or more input vectors, those vectors 
 **    may be one and the same; it may be assumed that such an occurence will be
 **    handled.
 **
-** $Id: VectorMath.h 3462 2006-02-19 06:53:24Z WalterLandry $
+** $Id: ComplexVectorMath.h 3677 2006-07-14 11:03:24Z KathleenHumble $
 **
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 



More information about the cig-commits mailing list