Skip to content
Snippets Groups Projects
Commit 84a339d8 authored by Robert K's avatar Robert K
Browse files

Remove output.

parent 907bf740
No related branches found
No related tags found
No related merge requests found
0.0
1.05
4
10
---
Info
......
......@@ -52,7 +52,7 @@ struct BallData
//! \copydoc ProblemData::endTime
double endTime () const
{
return 1.0;
return 1.5;
}
int bndType( const DomainType &normal, const DomainType &x, const double time) const
......@@ -126,7 +126,6 @@ struct BallModel : public TransportModel<dimD>
BallModel( unsigned int problem )
: problem_( new BallData< dimDomain >( problem ) )
{
std::cout << "Creating BallModel with problem " << problem << std::endl;
}
/** \copydoc TransportProblem::data */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment