In the class mythesis
, you may load some option that are directly sent to the myfloat
package, like smarttab
. However, if you try to load myfloat
package after that and giving different options, it will fail. A temporary solution is to send the same options to both.
\documentclass[smarttab]{mythesis}
\usepackage[smarttab]{myfloat}
...