Skip to content

Commit

Permalink
Ensuring GenesisMorphReader & NeuronMorphReader get built by nC.bat -…
Browse files Browse the repository at this point in the history
…make

For issue #51
  • Loading branch information
pgleeson committed Dec 16, 2015
1 parent 2cac736 commit 4636d17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/ucl/physiol/neuroconstruct/cell/utils/CellTypeHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
import ucl.physiol.neuroconstruct.cell.*;
import ucl.physiol.neuroconstruct.cell.examples.*;
import ucl.physiol.neuroconstruct.utils.*;
import ucl.physiol.neuroconstruct.cell.converters.GenesisMorphReader;
import ucl.physiol.neuroconstruct.cell.converters.NeuronMorphReader;


/**
Expand Down
1 change: 1 addition & 0 deletions src/ucl/physiol/neuroconstruct/gui/MainApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
import org.python.util.*;
import ucl.physiol.neuroconstruct.dataset.*;
import ucl.physiol.neuroconstruct.gui.plotter.PlotManager;
import ucl.physiol.neuroconstruct.cell.converters.*;

/**
* Starts the main neuroConstruct application
Expand Down
2 changes: 1 addition & 1 deletion src/ucl/physiol/neuroconstruct/project/ProjectManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import javax.xml.validation.*;

import ucl.physiol.neuroconstruct.cell.*;
import ucl.physiol.neuroconstruct.cell.converters.MorphMLConverter;
import ucl.physiol.neuroconstruct.cell.converters.*;
import ucl.physiol.neuroconstruct.cell.utils.*;
import ucl.physiol.neuroconstruct.dataset.*;
import ucl.physiol.neuroconstruct.genesis.GenesisException;
Expand Down

0 comments on commit 4636d17

Please sign in to comment.