star-schiff

Library for estimating radiative properties
git clone git://git.meso-star.com/star-schiff.git
Log | Files | Refs | README | LICENSE

commit 7855c7c4d96c776016bd5623ce6ccfaa3c49fea6
parent 5943fc9b15460ffbcad3ad876a721f553faa62fb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 19 Oct 2015 15:03:19 +0200

Update the verbosity of the Schiff device

If no Star-3D device is provided to the Schiff device the internal
Star-3D device is muted.

Diffstat:
Msrc/sschiff_device.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sschiff_device.c b/src/sschiff_device.c @@ -106,7 +106,7 @@ sschiff_device_create S3D(device_ref_get(s3d)); dev->s3d = s3d; } else { - res = s3d_device_create(dev->logger, dev->allocator, verbose, &dev->s3d); + res = s3d_device_create(dev->logger, dev->allocator, 0, &dev->s3d); if(res != RES_OK) { log_error (dev, "Couldn't create the internal Star-3D device of Star-Schiff.\n");