Merge branch 'Greyscale_stable_dev' of github.com:JamesEMcClure/LBPM-WIA into Greyscale_stable_dev
This commit is contained in:
commit
f9d3376951
@ -1438,3 +1438,8 @@ void ReadBinaryFile(char *FILENAME, double *Data, size_t N)
|
||||
File.close();
|
||||
}
|
||||
|
||||
void ReadFromFile(const std::string& Filename, DoubleArray &Mesh){
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
@ -246,6 +246,8 @@ private:
|
||||
|
||||
};
|
||||
|
||||
void ReadFromFile(const std::string& Filename, DoubleArray &Mesh);
|
||||
|
||||
void WriteCheckpoint(const char *FILENAME, const double *cDen, const double *cfq, size_t Np);
|
||||
|
||||
void ReadCheckpoint(char *FILENAME, double *cDen, double *cfq, size_t Np);
|
||||
|
Loading…
Reference in New Issue
Block a user