[OpenWalnut-Dev] [OWci] r6847: [FIX] There were ambigous named properties within the resampling module

Sebastian Eichelbaum eichelbaum at informatik.uni-leipzig.de
Fri Jan 10 13:26:37 CET 2014


Thank You for fixing the issue. But please remember to add the ticket number to your commit tags.

Sebastian

math <math at informatik.uni-leipzig.de> schrieb am 10.01.2014:
>*Branch default*
>[FIX] There were ambigous named properties within the resampling module
>
>changeset 6847:260a0cac96ad in /srv/hg/ow (Fri Jan 10 10:36:59 2014
>+0100):
>
>http://www.openwalnut.org/projects/openwalnut/repository/revisions/6847
>
>diffstat:
>
> src/modules/fiberResampling/WResampleBySegLength.cpp |  4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>diffs (15 lines):
>
>diff -r 8611e3011181 -r 260a0cac96ad
>src/modules/fiberResampling/WResampleBySegLength.cpp
>--- a/src/modules/fiberResampling/WResampleBySegLength.cpp	Fri Jan 10
>10:18:43 2014 +0100
>+++ b/src/modules/fiberResampling/WResampleBySegLength.cpp	Fri Jan 10
>10:36:59 2014 +0100
>@@ -32,9 +32,9 @@
> #include "WResampleBySegLength.h"
> 
> WResampleBySegLength::WResampleBySegLength()
>-    : WObjectNDIP< WResampling_I >( "#Points Resampling", "Each fiber
>has a an ensured number of points after resampling" )
>+    : WObjectNDIP< WResampling_I >( "Segment Length Resampling", "Each
>fiber segement is of the given length after resampling" )
> {
>-    m_segLength = m_properties->addProperty( "#Points", "Number of
>points each fiber should have afterwards", 1.0 );
>+    m_segLength = m_properties->addProperty( "Length", "New
>Segmentlength each fiber should have afterwards", 1.0 );
>     m_segLength->setMin( 0.0 );
> }
> 
>_______________________________________________
>All-openwalnut-commits mailing list
>All-openwalnut-commits at lists.informatik.uni-leipzig.de
>http://lists.informatik.uni-leipzig.de/mailman/listinfo/all-openwalnut-commits

Dipl.-Inf. Sebastian Eichelbaum
Universität Leipzig
Institut für Informatik
Abteilung Bild- und Signalverarbeitung
PF 100920
D-04009 Leipzig


More information about the OpenWalnut-Dev mailing list