Skip to Content.
Sympa Menu

mathemagix-devel - Rationalized include system

Subject: Mathemagix

List archive

Rationalized include system


Chronological Thread 
  • From: Joris van der Hoeven <address@concealed>
  • To: address@concealed
  • Subject: Rationalized include system
  • Date: Thu, 7 Feb 2008 14:51:15 +0100

Hi all,

I rationalized the include system in the basix package.
Indeed, basix.hpp used to include several files at the end of the file.
This has been reorganized now, but may require a few changes of the form

#include <basix/basix.hpp>
->
#include <basix/exception.hpp>

I made these changes in my own files. Bernard might need to update
a few other files accordingly.

Best wishes, Joris


  • Rationalized include system, Joris van der Hoeven, 02/07/2008

Archive powered by MHonArc 2.6.18.

Top of Page