*** empty log message ***

This commit is contained in:
jiri 2006-04-25 14:52:44 +00:00
parent 6495d58ce1
commit 486e4834a2

View File

@ -36,7 +36,7 @@ return big;
} }
inline unsigned int lcm0(unsigned int i,unsigned int j) static inline unsigned int lcm0(unsigned int i,unsigned int j)
{ {
return (i/hcd0(i,j)*j); return (i/hcd0(i,j)*j);
} }