Skip to content

Commit

Permalink
Fixes for Monique
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed May 1, 2024
1 parent 1daf545 commit acff1b2
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions _posts/2009-04-01-GhostNet.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ Maurice Oustache
<a href="http://www.linkedin.com/in/mauriceoustache">LinkedIn</a>
</p>

<p>

```
<pre><code>
// Copyright (c) 1999 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
Expand All @@ -77,28 +75,26 @@ Maurice Oustache
//
// $URL: svn+ssh://scm.gforge.inria.fr/svn/cgal/trunk/Kernel_23/include/CGAL/basic.h $
// $Id: basic.h 28567 2006-02-16 14:30:13Z lsaboret $
//
//
//
// Author(s) : Andreas Fabri
//
//

#ifndef CGAL_BASIC_H
#define CGAL_BASIC_H

#include <CGAL/config.h>
#include &ltCGAL/config.h&gt;

#include <iostream>
#include <cstdlib>
#include &ltiostream&gt;
#include &ltcstdlib&gt;

#include <CGAL/assertions.h>
#include &ltCGAL/assertions.h&gt;
#error "April 1st joke bug"
#include <CGAL/tags.h>
#include <CGAL/number_type_basic.h>
#include <CGAL/IO/io.h>
#include <CGAL/kernel_basic.h>
#include &ltCGAL/tags.h&gt;
#include &ltCGAL/number_type_basic.h&gt;
#include &ltCGAL/IO/io.h&gt;
#include &ltCGAL/kernel_basic.h&gt;

#endif // CGAL_BASIC_H
```

</p>
</code>
</pre>

0 comments on commit acff1b2

Please sign in to comment.