$extrastylesheet
no_solution_history.C
Go to the documentation of this file.
00001 // Function Definitions for NoTimeHistory
00002 
00003 // Local includes
00004 #include "libmesh/no_solution_history.h"
00005 
00006 namespace libMesh
00007 {
00008 
00009 void NoSolutionHistory::store()
00010 {
00011   // Do nothing
00012 }
00013 
00014 void NoSolutionHistory::retrieve()
00015 {
00016   // Nothing was stored, so nothing can be retrieved
00017   libmesh_not_implemented();
00018 }
00019 
00020 }