diff --git a/docs/howto_guides/Checkpointing-Best-Practices.md b/docs/howto_guides/Checkpointing-Best-Practices.md index 0c24bcae0..c3b8fce76 100644 --- a/docs/howto_guides/Checkpointing-Best-Practices.md +++ b/docs/howto_guides/Checkpointing-Best-Practices.md @@ -91,14 +91,14 @@ If the Trick Memory Manager **"knows"** about all of the allocations that compri There are certain things that simply cannot be checkpointed like file-pointers, and network connections. Perhaps there are other things as well. For these situations, Trick provides four special job classes: ```"checkpoint"```, ```"post_checkpoint"```, ```“preload_checkpoint”```, and ```“restart”``` (described below). -### What Happens When You Dump a Checkpoint (Under Construction) +### What Happens When You Dump a Checkpoint A checkpoint of a simulation is usually initiated from the Input Processor. That is, via: 1. The input file, or 2. The variable server. -```trick.checkpoint(