Source code for pyNastran.bdf.field_writer_double

"""
Defines functions for double precision 16 character field writing.
"""
from __future__ import (nested_scopes, generators, division, absolute_import,
                        print_function, unicode_literals)
from six.moves import range
import sys
from pyNastran.bdf.cards.utils import wipe_empty_fields