Closed munechika-koyo closed 2 years ago
I found there might be typos in autowrap_function2d and autowrap_function3d in a vector3dmodule. For example, in TypeError message in autowrap_function2d, 'A vector3d.Function1D object is required.' should be change into 'A vector3d.Function2D ...'
autowrap_function2d
autowrap_function3d
vector3d
I found there might be typos in
autowrap_function2d
andautowrap_function3d
in avector3d
module. For example, in TypeError message inautowrap_function2d
, 'A vector3d.Function1D object is required.' should be change into 'A vector3d.Function2D ...'