File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -540,6 +540,7 @@ def DisplayInformation(self):
540540 print ('Precision :' + str (self .acc ))
541541 print ('Simulation cost :' + str (self .cost ))
542542
543+
543544def LoadTBField (filename ):
544545 """Load the field model.
545546
@@ -552,4 +553,4 @@ def LoadTBField(filename):
552553 topo = LoadPerfunction (filename + "-topo" )
553554 model = tbfield (filename , topo , hurst )
554555
555- return ( model )
556+ return model
Original file line number Diff line number Diff line change 11Example gallery
22===============
33
4- This directory contains the examples of the gallery of the `documentation <https://fjprichard.github.io/PyAFBF/auto_examples/index.html >`_.
5- These examples can be easily reproduced by downloading the python source code or jupyter notebook from the documentation.
6-
7-
8- Basic examples
9- --------------
You can’t perform that action at this time.
0 commit comments