more styling
This commit is contained in:
parent
d75712816e
commit
5f4032eca0
21 changed files with 4580 additions and 5033 deletions
|
@ -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
|
@ -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_;
|
||||||
|
|
Reference in a new issue