[DONE] Add missing gravity export to generalFunctions/index.js #4

Closed
opened 2026-03-11 13:54:00 +00:00 by vps1_gitea_admin · 0 comments

Problem

rotatingMachine/src/specificClass.js imports gravity from generalFunctions but it was not exported.

Solution

Created gravity object with getStandardGravity() method returning 9.80665
Exported from generalFunctions/index.js
All tests pass

## Problem rotatingMachine/src/specificClass.js imports gravity from generalFunctions but it was not exported. ## Solution ✅ Created gravity object with getStandardGravity() method returning 9.80665 ✅ Exported from generalFunctions/index.js ✅ All tests pass
vps1_gitea_admin added the P0-architecture label 2026-03-11 13:54:00 +00:00
Sign in to join this conversation.