[Commits] [svn:einsteintoolkit] AHFinderDirect/trunk/src/ (Rev. 1586)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Wed Jun 11 18:27:37 CDT 2014


User: eschnett
Date: 2014/06/11 06:27 PM

Modified:
 /trunk/src/driver/
  mask.cc
 /trunk/src/gr/
  gr.hh

Log:
 Change cGH* to const cGH*

File Changes:

Directory: /trunk/src/driver/
=============================

File [modified]: mask.cc
Delta lines: +1 -1
===================================================================
--- trunk/src/driver/mask.cc	2014-05-21 15:53:14 UTC (rev 1585)
+++ trunk/src/driver/mask.cc	2014-06-11 23:27:37 UTC (rev 1586)
@@ -78,7 +78,7 @@
 namespace {
 struct	mask_grid_info
 	{
-	cGH *GH;			// --> Cactus grid hierarchy
+	const cGH *GH;			// --> Cactus grid hierarchy
 
 	// Cactus coordinate system
 	// (for the *current* grid if we are doing mesh refinement)

Directory: /trunk/src/gr/
=========================

File [modified]: gr.hh
Delta lines: +1 -1
===================================================================
--- trunk/src/gr/gr.hh	2014-05-21 15:53:14 UTC (rev 1585)
+++ trunk/src/gr/gr.hh	2014-06-11 23:27:37 UTC (rev 1586)
@@ -129,7 +129,7 @@
 //
 struct	cactus_grid_info
 	{
-	cGH *GH;			// --> Cactus grid hierarchy
+	const cGH *GH;			// --> Cactus grid hierarchy
 	int coord_system_handle;	// Cactus coordinate system handle
 
 	// this describes the semantics of the Cactus gij gridfns:



More information about the Commits mailing list