Skip to content

Commit 341985b

Browse files
authored
Update label in Newtonian RTI to Atomic Newtonian
1 parent 689fe10 commit 341985b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

paper/ses-mb.dot

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ digraph ses {
4343

4444
// ── [0] Newtonian RTI ─────────────────────────────────────────────
4545
subgraph cluster_rti {
46-
label="[0] Newtonian RTI\nPhysics spaces"
46+
label="[0] Atomic Newtonian RTI\nPhysics spaces"
4747
fontname="Helvetica"
4848
fontsize=11
4949
fontcolor="#FFFFFF"
@@ -63,15 +63,17 @@ digraph ses {
6363
]
6464

6565
node [ fillcolor="#085041" color="#5DCAA5" fontcolor="#9FE1CB" fontsize=10 width=0.9 ]
66+
MOL [ label="Molecular\nComponent" ]
6667
IRF [ label="Inertial\nRef. Frame" ]
6768
ACC [ label="Accel.\nComponent" ]
6869
INT [ label="Interact.\nComponent" ]
6970

7071
{ rank=IRF ACC INT }
71-
IRF -> ACC -> INT [ style=invis ]
72+
MOL -> IRF -> ACC -> INT [ style=invis ]
7273
EN_rti -> IRF [ style=dashed color="#AFA9EC" arrowhead=none penwidth=0.6 ]
7374
EN_rti -> ACC [ style=dashed color="#AFA9EC" arrowhead=none penwidth=0.6 ]
7475
EN_rti -> INT [ style=dashed color="#AFA9EC" arrowhead=none penwidth=0.6 ]
76+
EN_rti -> MOL [ style=dashed color="#AFA9EC" arrowhead=none penwidth=0.6 ]
7577

7678
// ── [1] Physics Mechanics — specialization of EN_rti ─────────
7779
subgraph cluster_physics {

0 commit comments

Comments
 (0)