Index: ode_net.c
===================================================================
--- ode_net.c	(revision 1063)
+++ ode_net.c	(revision 1064)

Property changes on: ode_net.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
ode_motor[m].gears[raydium_ode_motor[m].gear];
+
+raydium_log("ODE: Error: motor: cannot get current gear ratio: invalid index or name");
+return 0;
+}
+
+dReal raydium_ode_motor_gear_ratio_name(char *m)
+{
+return raydium_ode_motor_gear_ratio(raydium_ode_motor_find(m));
+}
+
 dReal *raydium_ode_element_pos_get(int j)
 {
 if(raydium_ode_element_isvalid(j))