aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2012-09-17 16:27:32 +0000
committerrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2012-09-17 16:27:32 +0000
commit9505bc08e59d147a7441dfbc449d53ff19034707 (patch)
tree6d25b7c0ac1b2d4a88dac767bb62fbe906957324 /schedule.ccl
parent902036305f1ac06a5a20786c7de02b82a340d2c6 (diff)
Get rid of (some) tab characters
* There are still a lot of committed tab characters in the code. I will try to slowly clean that up. Meanwhile, please teach your text editor to transform tab characters into equivalent blank spaces before saving file to disk. This avoids code looking unformatted to other users due to different personal or default text editor settings for tab characters.. From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@168 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 5 insertions, 5 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7e5ab2c..c12093a 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -53,13 +53,13 @@ if (CCTK_Equals(initial_hydro,"shocktube")) {
if(clean_divergence){
schedule GRHydro_Diagshock_BoundaryM IN ApplyBCs AFTER BoundaryConditions AFTER Boundary::Boundary_ClearSelection
{
- LANG: Fortran
+ LANG: Fortran
SYNC: GRHydro::dens, GRHydro::tau, GRHydro::scon, GRHydro::Bcons, GRHydro::psidc
} "Diagonal shock boundary conditions"
} else {
schedule GRHydro_Diagshock_BoundaryM IN ApplyBCs AFTER BoundaryConditions AFTER Boundary::Boundary_ClearSelection
{
- LANG: Fortran
+ LANG: Fortran
SYNC: GRHydro::dens, GRHydro::tau, GRHydro::scon, GRHydro::Bcons
} "Diagonal shock boundary conditions"
}
@@ -69,7 +69,7 @@ if (CCTK_Equals(initial_hydro,"shocktube")) {
{
schedule GRHydro_Diagshock2D_BoundaryM IN ApplyBCs AFTER BoundaryConditions AFTER Boundary::Boundary_ClearSelection
{
- LANG: Fortran
+ LANG: Fortran
} "2-D Diagonal shock boundary conditions"
}
@@ -78,13 +78,13 @@ if (CCTK_Equals(initial_hydro,"shocktube")) {
# if(clean_divergence){
# schedule GRHydro_Diagshock2D_BoundaryM IN ApplyBCs AFTER BoundaryConditions AFTER Boundary::Boundary_ClearSelection
# {
-# LANG: Fortran
+# LANG: Fortran
# SYNC: GRHydro::dens, GRHydro::tau, GRHydro::scon, GRHydro::Bcons, GRHydro::psidc
# } "2-D Diagonal shock boundary conditions"
# } else {
# schedule GRHydro_Diagshock2D_BoundaryM IN ApplyBCs AFTER BoundaryConditions AFTER Boundary::Boundary_ClearSelection
# {
-# LANG: Fortran
+# LANG: Fortran
# SYNC: GRHydro::dens, GRHydro::tau, GRHydro::scon, GRHydro::Bcons
# } "2-D Diagonal shock boundary conditions"
# }