-
Notifications
You must be signed in to change notification settings - Fork 70
KSP physics #1686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KSP physics #1686
Conversation
…nto physics-dll
Principia.sln
Outdated
@@ -467,6 +469,27 @@ Global | |||
{A0E67E1B-E5A6-45A0-B42C-4330A6643CD7}.Release|Win32.Build.0 = Release|Any CPU | |||
{A0E67E1B-E5A6-45A0-B42C-4330A6643CD7}.Release|x64.ActiveCfg = Release|Any CPU | |||
{A0E67E1B-E5A6-45A0-B42C-4330A6643CD7}.Release|x64.Build.0 = Release|Any CPU | |||
{3882467C-89D7-4DAE-9730-BB2E610F05AD}.Debug|Any CPU.ActiveCfg = Debug|Win32 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove all the Any CPU
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
ksp_physics/ksp_physics_lib.cpp
Outdated
int const line, | ||
std::string const& message) { | ||
LOG_AT_LEVEL(level) << "[" << filename << ":" << line << "] " << message; | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
A separate DLL with instantiations of
Ephemeris
,ContinuousTrajectory
, andBody
and its subclasses, for optimization and benchmarking.This requires mockingbirdnest/protobuf#3.