Skip to content

Commit

Permalink
added ExtraFunciton, a stub grid member function for debugging. Preve…
Browse files Browse the repository at this point in the history
…nts the generation of excessive accessor functions.

--HG--
branch : week-of-code
  • Loading branch information
dcollins4096 committed Feb 22, 2011
1 parent 2678993 commit 35fa699
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/enzo/Grid_ExtraFunction.C
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//
// ExtraFunction
// Generic grid member function for debugging.
//

#include <stdio.h>
#include "ErrorExceptions.h"
#include "performance.h"
#include "macros_and_parameters.h"
#include "typedefs.h"
#include "global_data.h"
#include "Fluxes.h"
#include "GridList.h"
#include "ExternalBoundary.h"
#include "Grid.h"
#include "fortran.def"

int grid::ExtraFunction(char * message){

return SUCCESS;
}

0 comments on commit 35fa699

Please sign in to comment.