/[ff3d]/ff3d/solver/Domain.hpp
ViewVC logotype

Diff of /ff3d/solver/Domain.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by delpinux, Wed Oct 15 17:17:28 2003 UTC revision 1.6 by delpinux, Wed Oct 22 17:08:28 2003 UTC
# Line 81  public: Line 81  public:
81      std::map<TinyVector<3, real_t>, size_t>::const_iterator i      std::map<TinyVector<3, real_t>, size_t>::const_iterator i
82        = __povToReference.find(ref);        = __povToReference.find(ref);
83      if (i == __povToReference.end()) {      if (i == __povToReference.end()) {
84        fferr(0) << "Reference " << ref << " is not defined in the domain\n";        fferr(0) << "\nYou provided the reference " << ref
85                   << " that is not used to define\n";
86            fferr(0) << "your computational domain. The possible references are\n";
87          for (std::map<TinyVector<3, real_t>, size_t>::const_iterator j
88                 = __povToReference.begin();
89               j != __povToReference.end(); ++j) {
90            fferr(0) << '\t' << j->first << '\n';
91          }
92        std::exit(1);        std::exit(1);
93      }      }
94      return (*i).second;      return (*i).second;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26