Skip to content
Snippets Groups Projects
Commit 3096b9f9 authored by Armin Damon Riess's avatar Armin Damon Riess
Browse files

minor change for consistency

parent 16ce6cb9
No related branches found
No related tags found
No related merge requests found
#ifndef NBODYSIM_H
#define NBODYSIM_H
#ifndef NBODYSIM_HPP
#define NBODYSIM_HPP
#include <string>
......@@ -44,4 +44,4 @@ private:
double meanForceMagnitude_;
};
#endif /* NBODYSIM_H */
\ No newline at end of file
#endif /* NBODYSIM_HPP */
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment