Hi Roger,

> =====base=============debug========== data_out_base.cc
> source/data_out_base.cc: In static member function 'static void
> dealii::DataOutBase::write_tecplot_binary(const
> std::vector<dealii::DataOutBase::Patch<dim, spacedim>,
> std::allocator<dealii::DataOutBase::Patch<dim, spacedim> > >&, const
> std::vector<std::basic_string<char, std::char_traits<char>,
> std::allocator<char> >, std::allocator<std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > > >&, const
> std::vector<boost::tuples::tuple<unsigned int, unsigned int,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >,
> boost::tuples::null_type, boost::tuples::null_type,
> boost::tuples::null_type, boost::tuples::null_type,
> boost::tuples::null_type, boost::tuples::null_type,
> boost::tuples::null_type>, std::allocator<boost::tuples::tuple<unsigned
> int, unsigned int, std::basic_string<char, std::char_traits<char>,
> std::allocator<char> >, boost::tuples::null_type,
> boost::tuples::null_type, boost::tuples::null_type,
> boost::tuples::null_type, boost::tuples::null_type,
> boost::tuples::null_type, boost::tuples::null_type> > >&, const
> dealii::DataOutBase::TecplotFlags&, std::ostream&)':
> source/data_out_base.cc:3476: error: 'patch' was not declared in this
> scope

We don't have Tecplot installed here, so I'm afraid this continually slips 
through our testing procedures. Can you try if it works if you replace the 
three occurrences of the string
  patch->
in this assertion by
  patches[0].
? I think that should at least in principle work. If it does work, let me 
know and I'll patch this into our current mainline.

Thanks
 Wolfgang

-------------------------------------------------------------------------
Wolfgang Bangerth                email:            [email protected]
                                 www: http://www.math.tamu.edu/~bangerth/

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to