Minor code refactoring to try to make online build pass

This commit is contained in:
sasensi 2018-10-17 16:45:02 +02:00 committed by Jürg Lehni
parent 07d2edac74
commit 6a3b8fc384

View file

@ -64,4 +64,6 @@
/*#*/ include('Numerical.js');
// There is no need to test interactions in node context.
/*#*/ if (!isNode) include('Interactions.js');
if (!isNode) {
/*#*/ include('Interactions.js');
}