diff runner/JAMSFeatureWriter.h @ 208:c17b184c16db

Update JAMS output to JAMS v0.2.0. We now (for the first time?!) write actual JAMS schema-compliant output when possible, though it isn't possible for many types of plugin. The output for all tested combinations of transforms is valid JSON even where it isn't schema-compliant.
author Chris Cannam
date Wed, 04 Nov 2015 10:07:29 +0000
parents 1f8fef5c6ea2
children
line wrap: on
line diff
--- a/runner/JAMSFeatureWriter.h	Tue Nov 03 14:31:59 2015 +0000
+++ b/runner/JAMSFeatureWriter.h	Wed Nov 04 10:07:29 2015 +0000
@@ -14,8 +14,8 @@
     COPYING included with this distribution for more information.
 */
 
-#ifndef _JAMS_FEATURE_WRITER_H_
-#define _JAMS_FEATURE_WRITER_H_
+#ifndef JAMS_FEATURE_WRITER_H
+#define JAMS_FEATURE_WRITER_H
 
 #include "transform/FileFeatureWriter.h"