Skip to content

Commit

Permalink
Working integration with smallkat body
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Mar 18, 2024
1 parent a04f7cb commit bd7d583
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void test() throws Exception {
// System.out.println(s);
// System.out.println(f.getAbsolutePath());
System.out.println("Parts size = "+parts.size());
manager.generateNewModel();// generate model before start counting time
long start = System.currentTimeMillis();
double now = 0;
while((now=manager.getCurrentSimulationTimeSeconds())<5) {
Expand Down

0 comments on commit bd7d583

Please sign in to comment.