Source code for pyNastran.bdf.field_writer_double

"""
Defines functions for double precision 16 character field writing.
"""
import sys
import warnings
from typing import Union
from pyNastran.utils.numpy_utils import integer_types
from pyNastran.bdf.cards.utils import wipe_empty_fields