~ubuntu-branches/debian/squeeze/gmsh/squeeze

« back to all changes in this revision

Viewing changes to Common/avl.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme
  • Date: 2009-09-02 18:12:15 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090902181215-yla8zvcas2ucvkm9
[Christophe Prud'homme]
* New upstream release
  + fixed surface mesh orientation bug introduced in 2.4.0;
  + mesh and graphics code refactoring;
  + small usability enhancements and bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
24
24
 */
25
25
 
26
 
// Modified for Gmsh (C++, 64 bits, ...)
 
26
// Modified for Gmsh (C++ and 64 bit compatibility)
27
27
 
28
28
#include <stdio.h>
29
29