blob: 621a10d3395b328c0c1eb7b5493995b412ad429f [file] [log] [blame]
package org.eclipse.uomo.examples.units.types;
class SolarSystem {
// universal gravitational constant (m3 kg-1 s-2)
static double G = 6.67300E-11;
}