fix the end of namespace comments

this was done semi-automatically by a python script
This commit is contained in:
Andreas Lauser 2013-11-04 14:17:32 +01:00
parent 54a66718bd
commit 921540d001
21 changed files with 64 additions and 64 deletions

View File

@ -112,7 +112,7 @@ SET_INT_PROP(TutorialProblemCoupled, CellsX, 100);
SET_INT_PROP(TutorialProblemCoupled, CellsY, 1);
SET_INT_PROP(TutorialProblemCoupled, CellsZ, 1); /*@\label{tutorial-coupled:default-params-end}@*/
} // namespace Properties
}
} // namespace Opm
namespace Ewoms {
//! Tutorial problem using the fully-implicit immiscible model.

View File

@ -56,7 +56,7 @@ class Co2InjectionProblem;
namespace Co2Injection {
#include <opm/material/components/co2tables.inc>
}
}
} // namespace Ewoms
namespace Opm {
namespace Properties {
@ -155,8 +155,8 @@ SET_SCALAR_PROP(Co2InjectionBaseProblem, InitialTimeStepSize, 250);
// The default DGF file to load
SET_STRING_PROP(Co2InjectionBaseProblem, GridFile, "grids/co2injection.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -593,6 +593,6 @@ private:
Scalar pressureLow_, pressureHigh_;
Scalar temperatureLow_, temperatureHigh_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -118,8 +118,8 @@ SET_SCALAR_PROP(CuvetteBaseProblem, InitialTimeStepSize, 1);
// The default DGF file to load
SET_STRING_PROP(CuvetteBaseProblem, GridFile, "./grids/cuvette_11x4.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -619,6 +619,6 @@ private:
const Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -102,8 +102,8 @@ SET_SCALAR_PROP(DiffusionBaseProblem, EndTime, 1e6);
// The default for the initial time step size of the simulation
SET_SCALAR_PROP(DiffusionBaseProblem, InitialTimeStepSize, 1000);
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -320,6 +320,6 @@ private:
Scalar temperature_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -44,7 +44,7 @@ namespace Ewoms {
template <class TypeTag>
class FingerProblem;
}
} // namespace Ewoms
namespace Opm {
//////////
@ -65,8 +65,8 @@ NEW_PROP_TAG(CellsY);
NEW_PROP_TAG(CellsZ);
NEW_PROP_TAG(GridGlobalRefinements);
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -390,6 +390,6 @@ Dune::YaspGrid<FINGER_DIM> *FingerGridCreator<TypeTag>::grid_;
#endif // HAVE_ALUGRDID
}
} // namespace Ewoms
#endif

View File

@ -139,8 +139,8 @@ SET_SCALAR_PROP(FingerBaseProblem, EndTime, 1e3);
// The default for the initial time step size of the simulation
SET_SCALAR_PROP(FingerBaseProblem, InitialTimeStepSize, 10);
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -480,6 +480,6 @@ private:
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -137,8 +137,8 @@ SET_SCALAR_PROP(FractureProblem, EndTime, 1e6);
// Set the default value for the initial time step size
SET_SCALAR_PROP(FractureProblem, InitialTimeStepSize, 100);
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -570,6 +570,6 @@ private:
Scalar temperature_;
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif // EWOMS_FRACTURE_PROBLEM_HH

View File

@ -95,8 +95,8 @@ SET_SCALAR_PROP(GroundWaterBaseProblem, InitialTimeStepSize, 1);
// The default DGF file to load
SET_STRING_PROP(GroundWaterBaseProblem, GridFile, "./grids/groundwater_2d.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -316,6 +316,6 @@ private:
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -115,8 +115,8 @@ SET_SCALAR_PROP(InfiltrationBaseProblem, InitialTimeStepSize, 60);
// The default DGF file to load
SET_STRING_PROP(InfiltrationBaseProblem, GridFile, "./grids/infiltration_50x3.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -487,6 +487,6 @@ private:
Scalar temperature_;
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -44,7 +44,7 @@ namespace Ewoms {
template <class TypeTag>
class LensProblem;
}
} // namespace Ewoms
//////////
// Specify the properties for the lens problem
@ -64,8 +64,8 @@ NEW_PROP_TAG(CellsY);
NEW_PROP_TAG(CellsZ);
NEW_PROP_TAG(GridGlobalRefinements);
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -395,6 +395,6 @@ Dune::YaspGrid<LENS_DIM> *LensGridCreator<TypeTag>::grid_;
#endif // HAVE_UG
}
} // namespace Ewoms
#endif

View File

@ -147,8 +147,8 @@ SET_SCALAR_PROP(LensBaseProblem, EndTime, 30e3);
// The default for the initial time step size of the simulation
SET_SCALAR_PROP(LensBaseProblem, InitialTimeStepSize, 250);
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -527,6 +527,6 @@ private:
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -86,8 +86,8 @@ SET_SCALAR_PROP(NavierStokesTestProblem, InitialTimeStepSize, 1e-3);
// Default grid file to load
SET_STRING_PROP(NavierStokesTestProblem, GridFile, "grids/test_navierstokes.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -260,6 +260,6 @@ private:
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -112,8 +112,8 @@ SET_SCALAR_PROP(ObstacleBaseProblem, InitialTimeStepSize, 250);
// The default DGF file to load
SET_STRING_PROP(ObstacleBaseProblem, GridFile, "./grids/obstacle_24x16.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -540,6 +540,6 @@ private:
Scalar temperature_;
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -71,8 +71,8 @@ SET_SCALAR_PROP(OutflowBaseProblem, InitialTimeStepSize, 1);
// The default DGF file to load
SET_STRING_PROP(OutflowBaseProblem, GridFile, "./grids/outflow.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -305,6 +305,6 @@ private:
Scalar porosity_;
Scalar tortuosity_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -117,8 +117,8 @@ SET_SCALAR_PROP(PowerInjectionBaseProblem, EndTime, 100);
// The default for the initial time step size of the simulation
SET_SCALAR_PROP(PowerInjectionBaseProblem, InitialTimeStepSize, 1e-3);
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -370,6 +370,6 @@ private:
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -101,8 +101,8 @@ SET_SCALAR_PROP(ReservoirBaseProblem, InitialTimeStepSize, 10);
// The default DGF file to load
SET_STRING_PROP(ReservoirBaseProblem, GridFile, "grids/reservoir.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -596,6 +596,6 @@ private:
std::string name_ ;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -111,8 +111,8 @@ SET_SCALAR_PROP(RichardsLensProblem, InitialTimeStepSize, 100);
// The default DGF file to load
SET_STRING_PROP(RichardsLensProblem, GridFile, "./grids/richardslens_24x16.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -387,6 +387,6 @@ private:
Scalar eps_;
Scalar pnRef_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -72,8 +72,8 @@ SET_SCALAR_PROP(Stokes2cTestProblem, InitialTimeStepSize, 0.1);
// Default grid file to load
SET_STRING_PROP(Stokes2cTestProblem, GridFile, "grids/test_stokes2c.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -279,6 +279,6 @@ private:
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -72,8 +72,8 @@ SET_SCALAR_PROP(StokesNITestProblem, InitialTimeStepSize, 0.1);
// Default grid file to load
SET_STRING_PROP(StokesNITestProblem, GridFile, "grids/test_stokes2cni.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -308,6 +308,6 @@ private:
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -72,8 +72,8 @@ SET_SCALAR_PROP(StokesTestProblem, InitialTimeStepSize, 10.0);
// Default grid file to load
SET_STRING_PROP(StokesTestProblem, GridFile, "grids/test_stokes.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -293,6 +293,6 @@ private:
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif

View File

@ -119,8 +119,8 @@ SET_SCALAR_PROP(WaterAirBaseProblem, InitialTimeStepSize, 250);
// The default DGF file to load
SET_STRING_PROP(WaterAirBaseProblem, GridFile, "./grids/waterair.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@ -533,6 +533,6 @@ private:
Scalar maxDepth_;
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif