Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Change Signature
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

beylevem
Tomato Guru

102 Posts

Posted - Feb 10 2010 :  6:53:36 PM  Show Profile  Reply with Quote
This post seems strangely connected with "Test Suite Available"

I had a member function

.h:
void Connect(Index, Fluid*)
.cpp:
void Class::Connect(Index i, Fluid* fld)

and I used Change Signature to add an argument:

>>> void Connect(Index, Fluid*, Real newVar) <<<

what I get is:
.h:
void Connect(Index, Fluid*, Real newVar)
.cpp:
void Class::Connect(Index, Fluid*, Real newVar)

what I expect is
.h:
void Connect(Index, Fluid*, Real newVar)
.cpp:
void Connect(Index i, Fluid* fld, Real newVar)

VA should be able to figure out that it's the thitd argument that has been changed/added

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Feb 11 2010 :  8:00:31 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=9327
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Nov 18 2013 :  3:17:48 PM  Show Profile  Reply with Quote
Change Signature was overhauled in build 2007.
case=9327 is fixed in build 2007.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000