8792453bd0
which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@1681 c028cbd2-c16b-5b4b-a496-9718f37d4682
9 lines
137 B
C++
Executable File
9 lines
137 B
C++
Executable File
#ifndef __VE0100D_H
|
|
#include "ve0100d.h"
|
|
#endif
|
|
|
|
real f100( TRectype& r )
|
|
{
|
|
return( r.get_real( "PREZZO" ) * r.get_real( "QTA" ) );
|
|
};
|