Skip to content
Snippets Groups Projects

Draft: "Flexible acquisition", a configuration with arbitrary sources and receivers read from a YAML file.

Open Boris Martin requested to merge cleanup_configuuration_mesh into master
Files
23
+ 1
1
@@ -53,7 +53,7 @@ bool ConfigurationInterface::pntIsValid(unsigned int e_r) const
{
if( !(e_r<_np) )
{
throw Exception("Emitter-receiver "+std::to_string(e_r)+" is out of scope.");
throw Exception("Emitter-receiver "+std::to_string(e_r)+" is out of scope. There are only "+std::to_string(_np)+" points.");
}
return true;
}
Loading