Hello, I had a function x1 with 1 argument. I have then changed this function to have 3 arguments, and updated every node in the geometry tree which used this function. COMSOL still keeps complaining about 'function called with wrong number of arguments', even though I tried to clear the history, restart comsol, etc. When exporting the model as a .java file, there are run(), run2(), run3() functions in the java class. All but the last of these contain the old code (x1 called with 1 argument). How can I erase this history? Thank you Daniel
↧