Skip to content

Commit

Permalink
Change LevelSet MultiApp interface to match new MultiApp (Closes idah…
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayad committed Nov 30, 2017
1 parent b1e8875 commit cfdd5ec
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -29,7 +29,8 @@ class LevelSetReinitializationMultiApp : public MultiApp
LevelSetReinitializationMultiApp(const InputParameters & parameters);

virtual void initialSetup() override;
virtual void advanceStep() override {}
virtual void incrementTStep() override {}
virtual void finishStep() override {}
virtual bool solveStep(Real dt, Real target_time, bool auto_advance = true) override;

protected:
Expand Down

0 comments on commit cfdd5ec

Please sign in to comment.