Ignore:
Timestamp:
Jan 12, 2009, 5:24:04 PM (16 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Calculate Alfven velocity correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/entities.js

    r96 r101  
    8383        name      : "Alfven velocity",
    8484        dimension : "velocity",
    85         nspecies  : 1,
    86         section   : "fundamental",
    87         formula   : "%s1.getAlfvenVelocity(this.B)",
     85        nspecies  : 0,
     86        section   : "fundamental",
     87        formula   : "this.getAlfvenVelocity(this.B)",
    8888        wikiLink  : "Alfven_velocity"
    8989    },
Note: See TracChangeset for help on using the changeset viewer.