phetsims / density-buoyancy-common

Common code for the Density and Buoyancy simulations
GNU General Public License v3.0
0 stars 2 forks source link

DensityMaterials should be called MaterialView #208

Closed zepumph closed 2 weeks ago

zepumph commented 2 weeks ago

From discussion with @samreid @AgustinVallejo, here are some steps to do this:

  1. Tranfer contents of MaterialView over to DensityMaterials.
  2. Delete MaterialView and commit
  3. Rename DensityMaterials -> MaterialView. This order will presever git history.
AgustinVallejo commented 2 weeks ago

Done :) Closing