@@ -95,7 +95,7 @@ class CTMimporter {
{
CTMenum err = ctmGetError(mContext);
if(err != CTM_NONE)
- throw ctm_error(err);
+ abort(); //throw ctm_error(err);
}
public:
@@ -251,7 +251,7 @@ class CTMexporter {
@@ -168,7 +168,7 @@ Source& GetSource(map<string, Source >& sources, map<string, vector<Input> >& ve
} else {
- throw string("Error");
+ abort(); //throw string("Error");
return srcIterator->second;