mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-18 19:50:46 +00:00
Linked graphs pruned a bit for performance reasons
This commit is contained in:
parent
3a7a32ea60
commit
04fe23e9bf
@ -7870,7 +7870,7 @@
|
|||||||
<sleeplib/machine.h>
|
<sleeplib/machine.h>
|
||||||
<list>
|
<list>
|
||||||
|
|
||||||
1306493512 /home/mark/projects/git/sleepyhead/version.h
|
1306494170 /home/mark/projects/git/sleepyhead/version.h
|
||||||
|
|
||||||
1306415077 /home/mark/projects/git/sleepyhead/libs/sleeplib/prs1_loader.h
|
1306415077 /home/mark/projects/git/sleepyhead/libs/sleeplib/prs1_loader.h
|
||||||
"machine.h"
|
"machine.h"
|
||||||
@ -7887,7 +7887,7 @@
|
|||||||
"preferences.h"
|
"preferences.h"
|
||||||
"tinyxml/tinyxml.h"
|
"tinyxml/tinyxml.h"
|
||||||
|
|
||||||
1306492903 source:/home/mark/projects/git/sleepyhead/SleepyHeadMain.cpp
|
1306494168 source:/home/mark/projects/git/sleepyhead/SleepyHeadMain.cpp
|
||||||
"wx_pch.h"
|
"wx_pch.h"
|
||||||
"version.h"
|
"version.h"
|
||||||
<wx/app.h>
|
<wx/app.h>
|
||||||
|
@ -350,8 +350,8 @@ Daily::Daily(wxWindow *win)
|
|||||||
SF->SetMargins(10,15,20,80);
|
SF->SetMargins(10,15,20,80);
|
||||||
|
|
||||||
SF->LinkZoom(FRW);
|
SF->LinkZoom(FRW);
|
||||||
SF->LinkZoom(PRD);
|
//SF->LinkZoom(PRD);
|
||||||
SF->LinkZoom(LEAK);
|
//SF->LinkZoom(LEAK);
|
||||||
|
|
||||||
const int sfc=9;
|
const int sfc=9;
|
||||||
|
|
||||||
|
12
version.h
12
version.h
@ -16,14 +16,14 @@ namespace AutoVersion{
|
|||||||
//Standard Version Type
|
//Standard Version Type
|
||||||
static const long MAJOR = 0;
|
static const long MAJOR = 0;
|
||||||
static const long MINOR = 7;
|
static const long MINOR = 7;
|
||||||
static const long BUILD = 1330;
|
static const long BUILD = 1331;
|
||||||
static const long REVISION = 1746;
|
static const long REVISION = 1749;
|
||||||
|
|
||||||
//Miscellaneous Version Types
|
//Miscellaneous Version Types
|
||||||
static const long BUILDS_COUNT = 4980;
|
static const long BUILDS_COUNT = 4984;
|
||||||
#define RC_FILEVERSION 0,7,1330,1746
|
#define RC_FILEVERSION 0,7,1331,1749
|
||||||
#define RC_FILEVERSION_STRING "0, 7, 1330, 1746\0"
|
#define RC_FILEVERSION_STRING "0, 7, 1331, 1749\0"
|
||||||
static const char FULLVERSION_STRING[] = "0.7.1330.1746";
|
static const char FULLVERSION_STRING[] = "0.7.1331.1749";
|
||||||
|
|
||||||
//These values are to keep track of your versioning state, don't modify them.
|
//These values are to keep track of your versioning state, don't modify them.
|
||||||
static const long BUILD_HISTORY = 62;
|
static const long BUILD_HISTORY = 62;
|
||||||
|
Loading…
Reference in New Issue
Block a user