Skip to content

Commit

Permalink
Removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rtobar committed Mar 30, 2020
1 parent c267355 commit ad9c8eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/environment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ void Environment::process_satellite_subhalo_environment(Subhalo &satellite_subha
for (auto &gal: central_subhalo.galaxies){
total_mshalo += gal.stars_tidal_stripped;
}
double mess=1;
}

}
Expand Down

0 comments on commit ad9c8eb

Please sign in to comment.