summaryrefslogtreecommitdiffstats
path: root/include/context.h
diff options
context:
space:
mode:
authorhybrid <hybrid@hybridlabs.cc>2026-08-21 17:28:02 +0300
committerhybrid <hybrid@hybridlabs.cc>2026-08-21 17:28:02 +0300
commitca33e8422977a35fd01558e82748dc203b42c1dd (patch)
tree0bedf0fc6ba93a7b58fee6c60b1a47895dde9445 /include/context.h
parent7ad9c60cdb981d51756755dca4603e77611a0f61 (diff)
downloada3catragmx-ca33e8422977a35fd01558e82748dc203b42c1dd.tar.gz
a3catragmx-ca33e8422977a35fd01558e82748dc203b42c1dd.tar.bz2
a3catragmx-ca33e8422977a35fd01558e82748dc203b42c1dd.zip
upd: tmpHEADmain
Diffstat (limited to 'include/context.h')
-rw-r--r--include/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/context.h b/include/context.h
index ce5f913..5c07be3 100644
--- a/include/context.h
+++ b/include/context.h
@@ -82,7 +82,7 @@ typedef struct {
double coriolis_vdrift;
double coriolis_hdrift;
double spin_drift;
- RangeCard *range_card;
+ RangeCard range_card;
} ATragMXSolution;
#endif