Re: [deal.II] Boost errors

2017-11-15 Thread 'Uwe Köcher' via deal . II User Group
Indeed, One of the many reasons why using preprocessor #defines is not a good idea. > Make these regular variables: >const double T0 = 0.8; > This would likely have worked. > or even better, make use of the dealii::ParameterHandler and corresponding input files, iff you have the time for

Re: [deal.II] Boost errors

2017-11-15 Thread Wolfgang Bangerth
On 11/14/2017 11:54 PM, Praveen C wrote: So it was an issue in my own code. I had these two lines #define T00.80 // bottom wall temperature #define T10.85 // topwall temperature and it looks like this conflicts with something in Boost. Renaming T0 and T1 to some

Re: [deal.II] Boost errors

2017-11-14 Thread Praveen C
So it was an issue in my own code. I had these two lines #define T00.80 // bottom wall temperature #define T10.85 // topwall temperature and it looks like this conflicts with something in Boost. Renaming T0 and T1 to something else solved the problem. Thanks prav

[deal.II] Boost errors

2017-11-13 Thread Praveen C
Dear all Using deal.II at edeb002dcc4bec713788c14, when I compile my application, I get boost errors which are attached. I am using bundled boost. deal.II compilation goes through, but my application does not compile. Thanks praveen -- The deal.II project is located at http://www.dealii.org/ Fo