Changeset 9276


Ignore:
Timestamp:
Jul 28, 2014, 10:20:13 AM (11 years ago)
Author:
steve
Message:

corrected import of load_checkpoint_file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/validation_tests/case_studies/towradgi/simulation.py

    r9261 r9276  
    4949        if self.checkpoint:
    5050            # try to read in from checkpoint file
    51             from anuga_parallel.checkpoint import load_checkpoint_file
     51            from anuga import load_checkpoint_file
    5252            try:
    5353                self.domain = load_checkpoint_file(domain_name = self.outname, checkpoint_dir = self.checkpoint_dir)
Note: See TracChangeset for help on using the changeset viewer.