export get_acceleration

This commit is contained in:
Zeno Rogue 2020-04-12 20:34:39 +02:00
parent ce441eb4bc
commit 68ee90fcba
1 changed files with 1 additions and 1 deletions

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);
}