1
Fork 0

more styling

This commit is contained in:
Joshua Moerman 2011-04-18 16:02:16 +02:00
parent d75712816e
commit 5f4032eca0
21 changed files with 4580 additions and 5033 deletions

View file

@ -1,4 +1,3 @@
#define DEFAULT_ATTRACTOR_FILE "attractors/testUnravel.stf" #define DEFAULT_ATTRACTOR_FILE "attractors/testUnravel.stf"
#ifdef UNI_BUILD #ifdef UNI_BUILD

File diff suppressed because it is too large Load diff

View file

@ -90,8 +90,7 @@ using namespace std;
#define PNG_BYTES_TO_CHECK (4) #define PNG_BYTES_TO_CHECK (4)
#define PNGWRITER_DEFAULT_COMPRESSION (6) #define PNGWRITER_DEFAULT_COMPRESSION (6)
class pngwriter class pngwriter {
{
private: private:
char* filename_; char* filename_;