1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 02:40:03 +00:00

export get_acceleration

This commit is contained in:
Zeno Rogue 2020-04-12 20:34:39 +02:00
parent ce441eb4bc
commit 68ee90fcba

View File

@ -1971,7 +1971,7 @@ EX namespace nisot {
return true;
}
hyperpoint get_acceleration(const hyperpoint& at, const hyperpoint& vel) {
EX hyperpoint get_acceleration(const hyperpoint& at, const hyperpoint& vel) {
return christoffel(at, vel, vel);
}