Ignore:
Timestamp:
08/05/10 16:07:30 (14 years ago)
Author:
Malte Marquarding
Message:

Got rid of redundant print_log. Use asaplog.post directly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapfitter.py

    r1859 r1861  
    11import _asap
    22from asap.parameters import rcParams
    3 from asap.logging import asaplog, print_log, print_log_dec
     3from asap.logging import asaplog, print_log_dec
    44from asap.utils import _n_bools, mask_and
    55
     
    99    The fitting class for ASAP.
    1010    """
    11 
    1211    def __init__(self):
    1312        """
Note: See TracChangeset for help on using the changeset viewer.