Skip to content
Snippets Groups Projects
Commit f3b4b9a4 authored by David Flitney's avatar David Flitney
Browse files

*** empty log message ***

parent 11e4a566
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,11 @@
#include <cstdlib>
#include <cmath>
#include "miscmaths.h"
<<<<<<< miscmaths.cc
=======
#include "miscprob.h"
#include "stdlib.h"
>>>>>>> 1.35
#include "newmatio.h"
namespace MISCMATHS {
// The following lines are ignored by the current SGI compiler
......
......@@ -98,7 +98,7 @@ namespace MISCMATHS {
void read(const std::string& fname);
void writeAsInt(const std::string& fname);
void writeAsFloat(const std::string& fname);
void writeThresholdedSeriesAsFloat(const VolumeInfo& pvolinfo,const ColumnVector& in,const string& fname);
void writeThresholdedSeriesAsFloat(const VolumeInfo& pvolinfo,const ColumnVector& in,const std::string& fname);
void replaceMeans();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment